Link Audit Checker, find invalid content.

This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website

Co je Link Audit Checker, find invalid content.?

Link Audit Checker, find invalid content. je rozšíření Chrome vyvinuté clanceyp, a jeho hlavní funkcí je „This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Link Audit Checker, find invalid content.

Stáhněte si soubory rozšíření Link Audit Checker, find invalid content. 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í

                        Validate links, checks HTTP status code and optional search destination pages for string matches, e.g. not all web-servers will return the correct HTTP status code, so you can search for error messages within the target page, such as "Sorry, the you don't have permissions to view this page". This is helpful to find broken pages in your website, or to locate pages containing HTML snippets, for examples TODOs in the code.                    

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

Název Link Audit Checker, find invalid content. Link Audit Checker, find invalid content.
ID ofmcimekgccbifblgaiobcbcglihncem
Oficiální URL https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem
Popis This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
Velikost souboru 838 KB
Počet instalací 777
Aktuální Verze 3.7.0
Poslední Aktualizace 2022-05-27
Datum Vydání 2019-07-19
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář clanceyp
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Audit Checker, find invalid content.",
    "version": "3.7.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/js\/canvasRenderingContext2DroundRect.js",
            "lib\/js\/constants.js",
            "lib\/js\/vendor\/underscore.js",
            "lib\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website",
    "icons": {
        "36": "lib\/i\/36.png",
        "48": "lib\/i\/48.png",
        "128": "lib\/i\/128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "lib\/i\/*.png",
        "lib\/js\/*.js",
        "lib\/js\/vendor\/*.js",
        "lib\/css\/*.css"
    ]
}