Google™ Search with Language Range
Search in Google with lanaguage you choose.
What is Google™ Search with Language Range?
Google™ Search with Language Range is a Chrome extension developed by zoroaster909, and its main feature is "Search in Google with lanaguage you choose.".
Extension Screenshots
Download Google™ Search with Language Range Extension CRX File
Download Google™ Search with Language Range extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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搜尋結果的語言範圍,省下複雜的設定步驟!
Extension Basic Information
Name | Google™ Search with Language Range |
ID | fgmckmbejhgjokoceblcilmhpgehfgkf |
Official URL | https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf |
Description | Search in Google with lanaguage you choose. |
File Size | 13.98 KB |
Installation Count | 164 |
Current Version | 0.1.4 |
Last Updated | 2021-03-24 |
Publish Date | 2020-06-28 |
Rating | 4.83/5 Total 6 Ratings |
Developer | zoroaster909 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
Help Page URL | https://github.com/zoroaster00/Search-with-Language-Range-Extension |
Supported Languages | 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 } |