Open via Google™ Web Light Proxy
Open the current tab and links via Google's Web Light proxy.
¿Qué es Open via Google™ Web Light Proxy?
Open via Google™ Web Light Proxy es una extensión de Chrome desarrollada por BrowserNative, y su función principal es "Open the current tab and links via Google's Web Light proxy.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open via Google™ Web Light Proxy
Descarga archivos de extensión Open via Google™ Web Light Proxy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | mjmakbbjhpnaebjpopafngkoliinenji |
| URL Oficial | https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji |
| Descripción | Open the current tab and links via Google's Web Light proxy. |
| Tamaño del Archivo | 12.17 KB |
| Cantidad de Instalaciones | 1,574 |
| Versión Actual | 0.4 |
| Última Actualización | 2020-02-29 |
| Fecha de Publicación | 2020-02-28 |
| Calificación | 3.81/5 Total de 16 Calificaciones |
| Desarrollador | BrowserNative |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://browsernative.com/google-web-light/ |
| URL de la Página de Ayuda | https://browsernative.com/google-web-light/ |
| URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
| Idiomas Soportados | 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"
} | |