e-Search
Simply select and switch your search engine!
什么是e-Search?
e-Search是由https://www.e-search.net开发的Chrome扩展程序,该扩展的主要功能是“Simply select and switch your search engine!”。
扩展截图
下载e-Search扩展crx文件
下载e-Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension, you can very easily switch your search engine, which you use both in the new tab and in the entire browser. On website e-search.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser. Thank you for using!
扩展基本信息
名称 | |
ID | opepbkhkfjpofchmdlknakoedegbbdij |
官方URL | https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij |
简介 | Simply select and switch your search engine! |
文件大小 | 22.64 KB |
安装次数 | 78 |
当前版本 | 1.2 |
更新时间 | 2020-12-08 |
上架时间 | 2020-12-08 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.e-search.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.e-search.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "name": "e-Search", "description": "Simply select and switch your search engine!", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.e-search.net\/img\/favicon.ico", "is_default": true, "keyword": "e-search", "name": "e-Search", "search_url": "https:\/\/www.e-search.net\/search?id=m001&app=esearch&q={searchTerms}" } } } |