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
}