Default Search Tool

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

Was ist Default Search Tool?

Default Search Tool ist eine Chrome-Erweiterung, die von https://defaultsearchtool.com entwickelt wurde, und ihr Hauptmerkmal ist "Search the web using this useful tool from the address bar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Default Search Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Default Search Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Default Search Tool Default Search Tool
ID efmlapiifhopliikdcggdflihnhnadcc
Offizielle URL https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc
Beschreibung Search the web using this useful tool from the address bar.
Dateigröße 713 KB
Installationsanzahl 8,046
Aktuelle Version 1.0.2
Letztes Update 2021-09-30
Veröffentlichungsdatum 2021-09-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://defaultsearchtool.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://beta.defaultsearchtool.com/Privacy.html
Unterstützte Sprachen 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"
    ]
}