Default Search Tool
Search the web using this useful tool from the address bar.
Wat is Default Search Tool?
Default Search Tool is een Chrome-extensie ontwikkeld door https://defaultsearchtool.com, en de belangrijkste functie is "Search the web using this useful tool from the address bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Default Search Tool
Download Default Search Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Default Search Tool |
ID | efmlapiifhopliikdcggdflihnhnadcc |
Officiële URL | https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc |
Beschrijving | Search the web using this useful tool from the address bar. |
Bestandsgrootte | 713 KB |
Aantal Installaties | 8,046 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-09-30 |
Publicatiedatum | 2021-09-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://defaultsearchtool.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://beta.defaultsearchtool.com/Privacy.html |
Ondersteunde Talen | 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" ] } |