nTopic

RelevancyRank nTopic extension

Qu'est-ce que nTopic ?

nTopic est une extension Chrome développée par Hive Digital, Inc., et sa fonction principale est "RelevancyRank nTopic extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension nTopic

Téléchargez les fichiers d'extension nTopic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
URL Officiel https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Description RelevancyRank nTopic extension
Taille du Fichier 84.8 KB
Nombre d'Installations 566
Version Actuelle 1.1
Dernière Mise à Jour 2019-02-11
Date de Publication 2019-02-11
Évaluation 2.86/5 Total 7 Évaluations
Développeur Hive Digital, Inc.
Type de Paiement free
Site Web de l'Extension https://www.ntopic.org
Langues Prises en Charge 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
}