nTopic

RelevancyRank nTopic extension

nTopic là gì?

nTopic là một tiện ích mở rộng Chrome được phát triển bởi Hive Digital, Inc., và tính năng chính của nó là "RelevancyRank nTopic extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nTopic

Tải xuống các tệp mở rộng nTopic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nTopic nTopic
ID jliidkkjbfioepndipcckbopdlfecceg
URL Chính Thức https://chromewebstore.google.com/detail/ntopic/jliidkkjbfioepndipcckbopdlfecceg
Mô tả RelevancyRank nTopic extension
Kích Thước Tệp 84.8 KB
Số Lần Cài Đặt 566
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-02-11
Ngày Phát Hành 2019-02-11
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Hive Digital, Inc.
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ntopic.org
Ngôn Ngữ Được Hỗ Trợ 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
}