Broken Link Checker

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

O que é Broken Link Checker?

Broken Link Checker é uma extensão do Chrome desenvolvida por https://startupflux.com, e sua principal característica é "The Fastest Way to find all broken links on your websites to Rank Higher.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Broken Link Checker

Baixe arquivos de extensão Broken Link Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
URL Oficial https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
Descrição The Fastest Way to find all broken links on your websites to Rank Higher.
Tamanho do Arquivo 55.77 KB
Contagem de Instalações 2,001
Versão Atual 0.0.1
Última Atualização 2018-04-20
Data de Publicação 2018-04-20
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor https://startupflux.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}