Default Search Tool
Search the web using this useful tool from the address bar.
What is Default Search Tool?
Default Search Tool is a Chrome extension developed by https://defaultsearchtool.com, and its main feature is "Search the web using this useful tool from the address bar.".
Extension Screenshots
Download Default Search Tool Extension CRX File
Download Default Search Tool 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
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
Extension Basic Information
Name | Default Search Tool |
ID | efmlapiifhopliikdcggdflihnhnadcc |
Official URL | https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc |
Description | Search the web using this useful tool from the address bar. |
File Size | 713 KB |
Installation Count | 8,046 |
Current Version | 1.0.2 |
Last Updated | 2021-09-30 |
Publish Date | 2021-09-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://defaultsearchtool.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://beta.defaultsearchtool.com/Privacy.html |
Supported Languages | 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" ] } |