SEOKart

SEOKart plugin helps in finding broken links, dofollow and nofollow links.

什麼是SEOKart?

SEOKart是由http://seokart.com開發的Chrome擴展程式,該擴展的主要功能是“SEOKart plugin helps in finding broken links, dofollow and nofollow links.”。

擴展截圖

screenshot

下載SEOKart擴展crx文件

下載SEOKart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        1)You can check the do follow link, no follow link, UGC link and Sponsored Link by simply using SEOKart plugin.
2) As a part of link identification,you can customized color of underline. 
3) An intent filter of higlight, allow user to check the internal broken link and external broken link using SEOKart plugin.
4)The plugin is able to verify external link/domain specified in the host URL with red color.                    

擴展基本資訊

名稱 SEOKart SEOKart
ID kkkdhjhimmcckehaabkhpfimmagbompm
官方網址 https://chrome.google.com/webstore/detail/kkkdhjhimmcckehaabkhpfimmagbompm
簡介 SEOKart plugin helps in finding broken links, dofollow and nofollow links.
檔案大小 71.99 KB
安裝次數 138
目前版本 1.0.0
更新時間 2020-06-15
上架時間 2020-06-15
開發者 http://seokart.com
付費類型 free
擴展官網 https://seokart.com
說明頁面URL https://seokart.com/faq/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEOKart",
    "version": "1.0.0",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "description": "SEOKart plugin helps in finding broken links, dofollow and nofollow links.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-off.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/core.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "js\/contentscript.js"
            ]
        }
    ]
}