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
Eメール [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\/*"
        ]
    }
}