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.はclanceypによって開発されたChromeの拡張機能で、その主な機能は「This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website」です。

拡張機能のスクリーンショット

screenshot

Link Audit Checker, find invalid content.拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}