Quick Search Tool

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

Cos'è Quick Search Tool?

Quick Search Tool è un'estensione di Chrome sviluppata da https://quicksearchtool.com, e la sua funzione principale è "Search the web using this useful tool from the address bar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick Search Tool

Scarica i file di estensione Quick Search Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

This extension can be uninstalled at any time.                    

Informazioni di Base sull'Estensione

Nome Quick Search Tool Quick Search Tool
ID keadechokmcohlcampccppbjjeabghcd
URL Ufficiale https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd
Descrizione Search the web using this useful tool from the address bar.
Dimensione del File 10.67 KB
Conteggio Installazioni 301,165
Versione Corrente 1.2
Ultimo Aggiornamento 2021-09-29
Data di Pubblicazione 2021-09-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://quicksearchtool.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://search.quicksearchtool.com/privacy
Lingue Supportate 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\/*"
            ]
        }
    ]
}