Keyword Extractor

Free keyword tool that extracts text from the website you visit. Easy to use.

Keyword Extractorとは何ですか?

Keyword ExtractorはHibloxによって開発されたChromeの拡張機能で、その主な機能は「Free keyword tool that extracts text from the website you visit. Easy to use.」です。

拡張機能のスクリーンショット

screenshot

Keyword Extractor拡張機能のCRXファイルをダウンロード

Keyword Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Keyword Extractor Keyword Extractor
ID hgdanalmcipcgojcicjenedeaoedebla
公式URL https://chromewebstore.google.com/detail/keyword-extractor/hgdanalmcipcgojcicjenedeaoedebla
説明 Free keyword tool that extracts text from the website you visit. Easy to use.
ファイルサイズ 38.08 KB
インストール数 1,892
現在のバージョン 1.03
最終更新日 2017-12-30
公開日 2017-12-30
評価 2.00/5 合計 5 レビュー
開発者 Hiblox
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Extractor",
    "description": "Free keyword tool that extracts text from the website you visit. Easy to use.",
    "version": "1.03",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Extractor"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        ""
    ]
}