Default Search Tool

Search the web using this useful tool from the address bar.

Qu'est-ce que Default Search Tool ?

Default Search Tool est une extension Chrome développée par https://defaultsearchtool.com, et sa fonction principale est "Search the web using this useful tool from the address bar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Default Search Tool

Téléchargez les fichiers d'extension Default Search Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Default Search Tool Default Search Tool
ID efmlapiifhopliikdcggdflihnhnadcc
URL Officiel https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc
Description Search the web using this useful tool from the address bar.
Taille du Fichier 713 KB
Nombre d'Installations 8,046
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-09-30
Date de Publication 2021-09-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://defaultsearchtool.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://beta.defaultsearchtool.com/Privacy.html
Langues Prises en Charge 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"
    ]
}