Native Current - Keyword Database

The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.

Co je Native Current - Keyword Database?

Native Current - Keyword Database je rozšíření Chrome vyvinuté https://www.nativecurrent.com, a jeho hlavní funkcí je „The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Native Current - Keyword Database

Stáhněte si soubory rozšíření Native Current - Keyword Database 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í

                        The keyword search database that works on every site you do.  Access all of your team's searches without leaving the website you're working on by typing a relevant term in any search field.                    

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

Název Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Oficiální URL https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Popis The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Velikost souboru 100 KB
Počet instalací 2,429
Aktuální Verze 9.0.1
Poslední Aktualizace 2023-05-22
Datum Vydání 2020-06-25
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://www.nativecurrent.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.nativecurrent.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Native Current - Keyword Database",
    "description": "The boolean keyword search database that works on every site you do.  Import all your searches then use them in any search field.",
    "version": "9.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "nc_icon.png",
        "128": "nc_icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background-script.js"
    },
    "action": {
        "default_title": "Options"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/extensions.nativecurrent.com\/*"
        ]
    }
}