Google™ Search with Language Range
Search in Google with lanaguage you choose.
Google™ Search with Language Range란 무엇입니까?
Google™ Search with Language Range은(는) zoroaster909에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search in Google with lanaguage you choose."입니다.
확장 프로그램 스크린샷
Google™ Search with Language Range 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just one click on browser action icon to select a language, and result pages from Google Search will be in your selected language! Save steps instead of changing it in Google Search settings. 一鍵設定好Google搜尋結果的語言範圍,省下複雜的設定步驟!
확장 프로그램 기본 정보
이름 | Google™ Search with Language Range |
ID | fgmckmbejhgjokoceblcilmhpgehfgkf |
공식 URL | https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf |
설명 | Search in Google with lanaguage you choose. |
파일 크기 | 13.98 KB |
설치 횟수 | 164 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2021-03-24 |
출시 날짜 | 2020-06-28 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | zoroaster909 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
도움말 페이지 URL | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
지원되는 언어 | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.1.4", "description": "__MSG_ext_description__", "default_locale": "en", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/search?*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |