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