RECHECK - Audit HTML Tags and Attributes

Finds any HTML tag and attribute with or without value on any website.

RECHECK - Audit HTML Tags and Attributes là gì?

RECHECK - Audit HTML Tags and Attributes là một tiện ích mở rộng Chrome được phát triển bởi Revert.pl, và tính năng chính của nó là "Finds any HTML tag and attribute with or without value on any website.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RECHECK - Audit HTML Tags and Attributes

Tải xuống các tệp mở rộng RECHECK - Audit HTML Tags and Attributes 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

                        HTML audit tool for SEO and UX optimization.

E.g. finds `title` attribute values in every `a` tag and all `a` tags with missing `title` attribute:

HTML: `Anchor | Link without title`
Result: `Random text`.
Missing: `Link without title`.                    

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

Tên RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
URL Chính Thức https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
Mô tả Finds any HTML tag and attribute with or without value on any website.
Kích Thước Tệp 53.37 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.4.5
Cập Nhật Lần Cuối 2019-07-22
Ngày Phát Hành 2019-07-22
Nhà Phát Triển Revert.pl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://revert.pl/portfolio/chrome-recheck
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.4.5",
    "author": "[email protected]",
    "icons": {
        "128": "icons\/icon-html5-pure-128.png",
        "48": "icons\/icon-html5-pure-48.png",
        "16": "icons\/icon-html5-pure-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-html5-pure-19.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}