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 |
官方網址 | 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" ] } |