nTopic

RelevancyRank nTopic extension

什么是nTopic?

nTopic是由Hive Digital, Inc.开发的Chrome扩展程序,该扩展的主要功能是“RelevancyRank nTopic extension”。

扩展截图

screenshot

下载nTopic扩展crx文件

下载nTopic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        nTopic is the content relevancy score. The nTopic extension allows you to determine the SEO content relevancy grade for any keyword and any page on the internet. Simply click the nTopic button, add your keywords, and hit submit.

To use this tool, you will need an API Key, which you can get for free at https://www.ntopic.org/register.php                    

扩展基本信息

名称 nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
官方URL https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
简介 RelevancyRank nTopic extension
文件大小 84.8 KB
安装次数 566
当前版本 1.1
更新时间 2019-02-11
上架时间 2019-02-11
评分 2.86/5 共7次评分
开发者 Hive Digital, Inc.
付费类型 free
扩展官网 https://www.ntopic.org
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nTopic",
    "description": "RelevancyRank nTopic extension",
    "version": "1.1",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/ajax-loader.gif"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "manifest_version": 2
}