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란 무엇입니까?

RECHECK - Audit HTML Tags and Attributes은(는) Revert.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds any HTML tag and attribute with or without value on any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RECHECK - Audit HTML Tags and Attributes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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`.                    

확장 프로그램 기본 정보

이름 RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
공식 URL https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
설명 Finds any HTML tag and attribute with or without value on any website.
파일 크기 53.37 KB
설치 횟수 137
현재 버전 1.4.5
최근 업데이트 2019-07-22
출시 날짜 2019-07-22
개발자 Revert.pl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://revert.pl/portfolio/chrome-recheck
지원되는 언어 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"
}