Broken Link Checker

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

Co to jest Broken Link Checker?

Broken Link Checker to rozszerzenie Chrome opracowane przez https://startupflux.com, a jego główną funkcją jest „The Fastest Way to find all broken links on your websites to Rank Higher.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Broken Link Checker

Pobierz pliki rozszerzeń Broken Link Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Broken Link Checker Broken Link Checker
ID peoobhfbcfgilemdgnbkbjldedfgpffk
Oficjalny URL https://chromewebstore.google.com/detail/broken-link-checker/peoobhfbcfgilemdgnbkbjldedfgpffk
Opis The Fastest Way to find all broken links on your websites to Rank Higher.
Rozmiar pliku 55.77 KB
Liczba instalacji 2,001
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2018-04-20
Data Publikacji 2018-04-20
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper https://startupflux.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}