SEO LinkChecker(Follows, extenal & Internal)

Chrome Extension to help you find all no follow, dofollow, broken links on any page or website

SEO LinkChecker(Follows, extenal & Internal)とは何ですか?

SEO LinkChecker(Follows, extenal & Internal)はextensionsforseoによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to help you find all no follow, dofollow, broken links on any page or website」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SEO LinkChecker(Follows, extenal & Internal)拡張機能のCRXファイルをダウンロード

SEO LinkChecker(Follows, extenal & Internal)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hi, 

Link Checker chrome extension helps you to find all do follow, no follow and broken links on a webpage. It also tells you internal and external links along with anchor text. 

Just add to your chrome and done! 

Click the extension and you will get the number of all links on the webpage. If you click analyze it will analyze all the links and show you a table. You can download the full report in excel and fix all seo bugs. 




** Update ** 
We have also included to highlight links on the page so you can see all the links even hidden links on the page only.                    

拡張機能の基本情報

名前 SEO LinkChecker(Follows, extenal & Internal) SEO LinkChecker(Follows, extenal & Internal)
ID egeiolgdbnfebfedgahmeokhlfkpbind
公式URL https://chromewebstore.google.com/detail/seo-linkcheckerfollows-ex/egeiolgdbnfebfedgahmeokhlfkpbind
説明 Chrome Extension to help you find all no follow, dofollow, broken links on any page or website
ファイルサイズ 97.56 KB
インストール数 1,229
現在のバージョン 4.3.6
最終更新日 2022-04-10
公開日 2022-04-09
評価 5.00/5 合計 2 レビュー
開発者 extensionsforseo
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome Extension to help you find all no follow, dofollow, broken links on any page or website",
    "version": "4.3.6",
    "manifest_version": 3,
    "name": " SEO LinkChecker(Follows, extenal & Internal)",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}