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文件
下载Google™ Search with Language Range扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |