Quick Search Tool

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

Wat is Quick Search Tool?

Quick Search Tool is een Chrome-extensie ontwikkeld door https://quicksearchtool.com, en de belangrijkste functie is "Search the web using this useful tool from the address bar.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quick Search Tool

Download Quick 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

                        This extension sets your default search setting to Quick Search Tool with results powered by Yahoo!. 

This extension can be uninstalled at any time.                    

Basisinformatie over de Extensie

Naam Quick Search Tool Quick Search Tool
ID keadechokmcohlcampccppbjjeabghcd
Officiële URL https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd
Beschrijving Search the web using this useful tool from the address bar.
Bestandsgrootte 10.67 KB
Aantal Installaties 301,165
Huidige Versie 1.2
Laatst Bijgewerkt 2021-09-29
Publicatiedatum 2021-09-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://quicksearchtool.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://search.quicksearchtool.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sm.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/search.quicksearchtool.com\/favicon.ico",
            "is_default": true,
            "keyword": "QST",
            "name": "QuickSearchTool",
            "search_url": "https:\/\/query.quicksearchtool.com\/s?query={searchTerms}",
            "suggest_url": "https:\/\/search.quicksearchtool.com\/autosuggest?query={searchTerms}"
        }
    },
    "description": "Search the web using this useful tool from the address bar.",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Quick Search Tool",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.quicksearchtool.com\/*",
        "*:\/\/query.quicksearchtool.com\/*"
    ],
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*.json"
            ],
            "matches": [
                "*:\/\/*.quicksearchtool.com\/*"
            ]
        }
    ]
}