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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |