Open via Google™ Web Light Proxy
Open the current tab and links via Google's Web Light proxy.
什么是Open via Google™ Web Light Proxy?
Open via Google™ Web Light Proxy是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Open the current tab and links via Google's Web Light proxy.”。
扩展截图
下载Open via Google™ Web Light Proxy扩展crx文件
下载Open via Google™ Web Light Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Open via Google™ Web Light Proxy |
ID | mjmakbbjhpnaebjpopafngkoliinenji |
官方URL | https://chromewebstore.google.com/detail/open-via-google-web-light/mjmakbbjhpnaebjpopafngkoliinenji |
简介 | Open the current tab and links via Google's Web Light proxy. |
文件大小 | 12.17 KB |
安装次数 | 1,574 |
当前版本 | 0.4 |
更新时间 | 2020-02-29 |
上架时间 | 2020-02-28 |
评分 | 3.81/5 共16次评分 |
开发者 | BrowserNative |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/google-web-light/ |
帮助页面URL | https://browsernative.com/google-web-light/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | 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" } |