Open via Google™ Web Light Proxy

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

什麼是Open via Google™ Web Light Proxy?

Open via Google™ Web Light Proxy是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Open the current tab and links via Google's Web Light proxy.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Open via Google™ Web Light Proxy擴展crx文件

下載Open via Google™ Web Light Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Open via Google™ Web Light Proxy Open via Google™ Web Light Proxy
ID mjmakbbjhpnaebjpopafngkoliinenji
官方網址 https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji
簡介 Open the current tab and links via Google's Web Light proxy.
檔案大小 12.17 KB
安裝次數 1,574
目前版本 0.4
更新時間 2020-02-29
上架時間 2020-02-28
評分 3.81/5 共 16 次評分
開發者 BrowserNative
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/google-web-light/
說明頁面URL https://browsernative.com/google-web-light/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 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"
}