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.

What is Native Current - Keyword Database?

Native Current - Keyword Database is a Chrome extension developed by https://www.nativecurrent.com, and its main feature is "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Native Current - Keyword Database Extension CRX File

Download Native Current - Keyword Database extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Official URL https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Description The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
File Size 100 KB
Installation Count 2,429
Current Version 9.0.1
Last Updated 2023-05-22
Publish Date 2020-06-25
Rating 3.67/5 Total 3 Ratings
Developer https://www.nativecurrent.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.nativecurrent.com/privacy
Supported Languages 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\/*"
        ]
    }
}