Quick Search Tool

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

Qu'est-ce que Quick Search Tool ?

Quick Search Tool est une extension Chrome développée par https://quicksearchtool.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

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

Téléchargez les fichiers d'extension Quick 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

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

This extension can be uninstalled at any time.                    

Informations de Base sur l'Extension

Nom Quick Search Tool Quick Search Tool
ID keadechokmcohlcampccppbjjeabghcd
URL Officiel https://chromewebstore.google.com/detail/quick-search-tool/keadechokmcohlcampccppbjjeabghcd
Description Search the web using this useful tool from the address bar.
Taille du Fichier 10.67 KB
Nombre d'Installations 301,165
Version Actuelle 1.2
Dernière Mise à Jour 2021-09-29
Date de Publication 2021-09-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://quicksearchtool.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://search.quicksearchtool.com/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}