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.

Native Current - Keyword Database क्या है?

Native Current - Keyword Database https://www.nativecurrent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Native Current - Keyword Database एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
आधिकारिक URL https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
विवरण The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
फ़ाइल का आकार 100 KB
स्थापना संख्या 2,429
वर्तमान संस्करण 9.0.1
अंतिम अपडेट 2023-05-22
प्रकाशन तिथि 2020-06-25
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.nativecurrent.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.nativecurrent.com/privacy
समर्थित भाषाएँ 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\/*"
        ]
    }
}