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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Open the current tab and links via Google's Web Light proxy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open via Google™ Web Light Proxy
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |