Broken Link Checker

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

Co je Broken Link Checker?

Broken Link Checker je rozšíření Chrome vyvinuté https://startupflux.com, a jeho hlavní funkcí je „The Fastest Way to find all broken links on your websites to Rank Higher.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Broken Link Checker

Stáhněte si soubory rozšíření Broken Link Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
Oficiální URL https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
Popis The Fastest Way to find all broken links on your websites to Rank Higher.
Velikost souboru 55.77 KB
Počet instalací 2,001
Aktuální Verze 0.0.1
Poslední Aktualizace 2018-04-20
Datum Vydání 2018-04-20
Hodnocení 2.80/5 Celkem 5 Hodnocení
Vývojář https://startupflux.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}