Presearch.com Search With Us

Set your browser's default search to use Presearch.com

Co je Presearch.com Search With Us?

Presearch.com Search With Us je rozšíření Chrome vyvinuté https://presearch.com, a jeho hlavní funkcí je „Set your browser's default search to use Presearch.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Presearch.com Search With Us

Stáhněte si soubory rozšíření Presearch.com Search With Us ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Allows users to search Presearch.com using the browser's address bar.                    

Základní Informace o Rozšíření

Název Presearch.com Search With Us Presearch.com Search With Us
ID inpoelmimmiplkcldmdljiboidfkcfbh
Oficiální URL https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh
Popis Set your browser's default search to use Presearch.com
Velikost souboru 19.4 KB
Počet instalací 129,668
Aktuální Verze 1.8
Poslední Aktualizace 2023-09-04
Datum Vydání 2019-03-27
Hodnocení 4.36/5 Celkem 154 Hodnocení
Vývojář https://presearch.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Presearch.com Search With Us",
    "description": "Set your browser's default search to use Presearch.com",
    "version": "1.8",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "js": [
                "assets\/send-message.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Presearch",
            "keyword": "Presearch.com",
            "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}",
            "favicon_url": "https:\/\/www.presearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}"
        }
    }
}