Open via Google™ Web Light Proxy
Open the current tab and links via Google's Web Light proxy.
Qu'est-ce que Open via Google™ Web Light Proxy ?
Open via Google™ Web Light Proxy est une extension Chrome développée par BrowserNative, et sa fonction principale est "Open the current tab and links via Google's Web Light proxy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open via Google™ Web Light Proxy
Téléchargez les fichiers d'extension Open via Google™ Web Light Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Open via Google™ Web Light Proxy |
ID | mjmakbbjhpnaebjpopafngkoliinenji |
URL Officiel | https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji |
Description | Open the current tab and links via Google's Web Light proxy. |
Taille du Fichier | 12.17 KB |
Nombre d'Installations | 1,574 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2020-02-29 |
Date de Publication | 2020-02-28 |
Évaluation | 3.81/5 Total 16 Évaluations |
Développeur | BrowserNative |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/google-web-light/ |
URL de la Page d'Aide | https://browsernative.com/google-web-light/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | 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" } |