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
公式URL 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"
            ]
        }
    ]
}