nTopic

RelevancyRank nTopic extension

What is nTopic?

nTopic is a Chrome extension developed by Hive Digital, Inc., and its main feature is "RelevancyRank nTopic extension".

Extension Screenshots

screenshot

Download nTopic Extension CRX File

Download nTopic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
Official URL https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Description RelevancyRank nTopic extension
File Size 84.8 KB
Installation Count 566
Current Version 1.1
Last Updated 2019-02-11
Publish Date 2019-02-11
Rating 2.86/5 Total 7 Ratings
Developer Hive Digital, Inc.
Payment Type free
Extension Website https://www.ntopic.org
Supported Languages 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
}