Broken Link Checker

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

Cos'è Broken Link Checker?

Broken Link Checker è un'estensione di Chrome sviluppata da https://startupflux.com, e la sua funzione principale è "The Fastest Way to find all broken links on your websites to Rank Higher.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Broken Link Checker

Scarica i file di estensione Broken Link Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
URL Ufficiale https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
Descrizione The Fastest Way to find all broken links on your websites to Rank Higher.
Dimensione del File 55.77 KB
Conteggio Installazioni 2,001
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-04-20
Data di Pubblicazione 2018-04-20
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore https://startupflux.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}