Open via Google™ Web Light Proxy

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

Cos'è Open via Google™ Web Light Proxy?

Open via Google™ Web Light Proxy è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Open the current tab and links via Google's Web Light proxy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open via Google™ Web Light Proxy

Scarica i file di estensione Open via Google™ Web Light Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open via Google™ Web Light Proxy Open via Google™ Web Light Proxy
ID mjmakbbjhpnaebjpopafngkoliinenji
URL Ufficiale https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji
Descrizione Open the current tab and links via Google's Web Light proxy.
Dimensione del File 12.17 KB
Conteggio Installazioni 1,574
Versione Corrente 0.4
Ultimo Aggiornamento 2020-02-29
Data di Pubblicazione 2020-02-28
Valutazione 3.81/5 Totale 16 Valutazioni
Sviluppatore BrowserNative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/google-web-light/
URL della Pagina di Aiuto https://browsernative.com/google-web-light/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
}