nTopic

RelevancyRank nTopic extension

nTopicคืออะไร?

nTopic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hive Digital, Inc. และคุณลักษณะหลักของมันคือ "RelevancyRank nTopic extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nTopic

ดาวน์โหลดไฟล์ส่วนขยาย 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
}