Open via Google™ Web Light Proxy
Open the current tab and links via Google's Web Light proxy.
Co je Open via Google™ Web Light Proxy?
Open via Google™ Web Light Proxy je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Open the current tab and links via Google's Web Light proxy.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open via Google™ Web Light Proxy
Stáhněte si soubory rozšíření Open via Google™ Web Light Proxy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | mjmakbbjhpnaebjpopafngkoliinenji |
| Oficiální URL | https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji |
| Popis | Open the current tab and links via Google's Web Light proxy. |
| Velikost souboru | 12.17 KB |
| Počet instalací | 1,574 |
| Aktuální Verze | 0.4 |
| Poslední Aktualizace | 2020-02-29 |
| Datum Vydání | 2020-02-28 |
| Hodnocení | 3.81/5 Celkem 16 Hodnocení |
| Vývojář | BrowserNative |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://browsernative.com/google-web-light/ |
| URL Stránky Nápovědy | https://browsernative.com/google-web-light/ |
| URL Stránky Zásad Ochrany Soukromí | https://browsernative.com/extensions-privacy-policy |
| Podporované Jazyky | 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"
} | |