Default Search Tool
Search the web using this useful tool from the address bar.
什么是Default Search Tool?
Default Search Tool是由https://defaultsearchtool.com开发的Chrome扩展程序,该扩展的主要功能是“Search the web using this useful tool from the address bar.”。
扩展截图
下载Default Search Tool扩展crx文件
下载Default Search Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search the web using the Default Search Tool from the address bar. Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results. This extension configures your default search setting to Default Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time. Privacy Policy: https://defaultsearchtool.com/Privacy.html EULA: https://defaultsearchtool.com/Terms.html
扩展基本信息
名称 | Default Search Tool |
ID | efmlapiifhopliikdcggdflihnhnadcc |
官方URL | https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc |
简介 | Search the web using this useful tool from the address bar. |
文件大小 | 713 KB |
安装次数 | 8,046 |
当前版本 | 1.0.2 |
更新时间 | 2021-09-30 |
上架时间 | 2021-09-16 |
评分 | 5.00/5 共1次评分 |
开发者 | https://defaultsearchtool.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://beta.defaultsearchtool.com/Privacy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Default Search Tool", "name": "Default Search Tool", "description": "Search the web using this useful tool from the address bar.", "version": "1.0.2", "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "chrome_settings_overrides": { "search_provider": { "name": "Default Search Tool", "keyword": "kw", "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}", "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico", "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "cookies", "https:\/\/*.defaultsearchtool.com\/" ], "web_accessible_resources": [ "*.json" ] } |