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.

O que é Native Current - Keyword Database?

Native Current - Keyword Database é uma extensão do Chrome desenvolvida por https://www.nativecurrent.com, e sua principal característica é "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Native Current - Keyword Database

Baixe arquivos de extensão Native Current - Keyword Database no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
URL Oficial https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Descrição The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Tamanho do Arquivo 100 KB
Contagem de Instalações 2,429
Versão Atual 9.0.1
Última Atualização 2023-05-22
Data de Publicação 2020-06-25
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://www.nativecurrent.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.nativecurrent.com/privacy
Idiomas Suportados 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\/*"
        ]
    }
}