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

Что такое Link Audit Checker, find invalid content.?

Link Audit Checker, find invalid content. - это расширение Chrome, разработанное clanceyp, и его основная функция - "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Link Audit Checker, find invalid content.

Скачайте файлы расширений Link Audit Checker, find invalid content. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Link Audit Checker, find invalid content. Link Audit Checker, find invalid content.
ID ofmcimekgccbifblgaiobcbcglihncem
Официальный URL https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem
Описание This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
Размер файла 838 KB
Количество установок 777
Текущая Версия 3.7.0
Последнее Обновление 2022-05-27
Дата публикации 2019-07-19
Рейтинг 4.13/5 Всего 8 оценок
Разработчик clanceyp
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}