Open via Google™ Web Light Proxy
Open the current tab and links via Google's Web Light proxy.
Was ist Open via Google™ Web Light Proxy?
Open via Google™ Web Light Proxy ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Open the current tab and links via Google's Web Light proxy.".
Erweiterungsscreenshots
Open via Google™ Web Light Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open via Google™ Web Light Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Open via Google™ Web Light Proxy |
ID | mjmakbbjhpnaebjpopafngkoliinenji |
Offizielle URL | https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji |
Beschreibung | Open the current tab and links via Google's Web Light proxy. |
Dateigröße | 12.17 KB |
Installationsanzahl | 1,574 |
Aktuelle Version | 0.4 |
Letztes Update | 2020-02-29 |
Veröffentlichungsdatum | 2020-02-28 |
Bewertung | 3.81/5 Insgesamt 16 Bewertungen |
Entwickler | BrowserNative |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/google-web-light/ |
Hilfeseite URL | https://browsernative.com/google-web-light/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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" } |