nTopic

RelevancyRank nTopic extension

Apa itu nTopic?

nTopic adalah ekstensi Chrome yang dikembangkan oleh Hive Digital, Inc., dan fitur utamanya adalah "RelevancyRank nTopic extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nTopic

Unduh file ekstensi nTopic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
URL Resmi https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Deskripsi RelevancyRank nTopic extension
Ukuran File 84.8 KB
Jumlah Instalasi 566
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-02-11
Tanggal Publikasi 2019-02-11
Penilaian 2.86/5 Total 7 Penilaian
Pengembang Hive Digital, Inc.
Tipe Pembayaran free
Situs Ekstensi https://www.ntopic.org
Bahasa yang Didukung 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
}