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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://browsernative.com/google-web-light/ |
عنوان صفحة سياسة الخصوصية | 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" } |