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. là gì?

Link Audit Checker, find invalid content. là một tiện ích mở rộng Chrome được phát triển bởi clanceyp, và tính năng chính của nó là "This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link Audit Checker, find invalid content.

Tải xuống các tệp mở rộng Link Audit Checker, find invalid content. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Audit Checker, find invalid content. Link Audit Checker, find invalid content.
ID ofmcimekgccbifblgaiobcbcglihncem
URL Chính Thức https://chromewebstore.google.com/detail/link-audit-checker-find-i/ofmcimekgccbifblgaiobcbcglihncem
Mô tả This extension validates links, checks HTTP status codes and can search linked content to help you find problems with your website
Kích Thước Tệp 838 KB
Số Lần Cài Đặt 777
Phiên Bản Hiện Tại 3.7.0
Cập Nhật Lần Cuối 2022-05-27
Ngày Phát Hành 2019-07-19
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển clanceyp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}