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
官方網址 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",
        ""
    ]
}