nTopic

RelevancyRank nTopic extension

Wat is nTopic?

nTopic is een Chrome-extensie ontwikkeld door Hive Digital, Inc., en de belangrijkste functie is "RelevancyRank nTopic extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nTopic

Download nTopic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
Officiële URL https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Beschrijving RelevancyRank nTopic extension
Bestandsgrootte 84.8 KB
Aantal Installaties 566
Huidige Versie 1.1
Laatst Bijgewerkt 2019-02-11
Publicatiedatum 2019-02-11
Beoordeling 2.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Hive Digital, Inc.
Betalingswijze free
Extensiewebsite https://www.ntopic.org
Ondersteunde Talen 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
}