Open via Google™ Web Light Proxy

Open the current tab and links via Google's Web Light proxy.

Open via Google™ Web Light Proxy là gì?

Open via Google™ Web Light Proxy là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Open the current tab and links via Google's Web Light proxy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open via Google™ Web Light Proxy

Tải xuống các tệp mở rộng Open via Google™ Web Light Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Open the current tab and links via Google Web Light (https://googleweblight.com/) proxy service. 

Use extension's button on the toolbar and the option in the context menu appeared on the links. You can also use the keyboard shortcut command Alt + G.

Google Web Light serves transcoded web pages on the fly into a version optimized for slow networks, so that these pages load faster and saves data. Read more here - https://support.google.com/webmasters/answer/6211428?hl=en

Extension by BrowserNative https://browsernative.com/. Not affiliated with Google.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open via Google™ Web Light Proxy Open via Google™ Web Light Proxy
ID mjmakbbjhpnaebjpopafngkoliinenji
URL Chính Thức https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji
Mô tả Open the current tab and links via Google's Web Light proxy.
Kích Thước Tệp 12.17 KB
Số Lần Cài Đặt 1,574
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-02-29
Ngày Phát Hành 2020-02-28
Đánh Giá 3.81/5 Tổng số 16 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/google-web-light/
URL Trang Trợ Giúp https://browsernative.com/google-web-light/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Open via Google\u2122 Web Light"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+G",
                "linux": "Alt+G",
                "mac": "Alt+G",
                "windows": "Alt+G"
            }
        }
    },
    "description": "Open the current tab and links via Google's Web Light proxy.",
    "homepage_url": "https:\/\/browsernative.com\/google-web-light\/",
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png"
    },
    "manifest_version": 2,
    "name": "Open via Google\u2122 Web Light Proxy",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.4"
}