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