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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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" } |