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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}