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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Native Current - Keyword Database擴展crx文件

下載Native Current - Keyword Database擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}