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",
        ""
    ]
}