Broken Link Checker

The Fastest Way to find all broken links on your websites to Rank Higher.

Broken Link Checkerとは何ですか?

Broken Link Checkerはhttps://startupflux.comによって開発されたChromeの拡張機能で、その主な機能は「The Fastest Way to find all broken links on your websites to Rank Higher.」です。

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

screenshot

Broken Link Checker拡張機能のCRXファイルをダウンロード

Broken Link Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Broken Link Cheker checks your web pages and identifies all the broken links on them.
This is the fastest way to find broken links and quickly fix them.
Keep your website error free and rank higher on Google                    

拡張機能の基本情報

名前 Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
公式URL https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
説明 The Fastest Way to find all broken links on your websites to Rank Higher.
ファイルサイズ 55.77 KB
インストール数 2,001
現在のバージョン 0.0.1
最終更新日 2018-04-20
公開日 2018-04-20
評価 2.80/5 合計 5 レビュー
開発者 https://startupflux.com
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Broken Link Checker",
    "description": "The Fastest Way to find all broken links on your websites to Rank Higher.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}