RECHECK - Audit HTML Tags and Attributes
Finds any HTML tag and attribute with or without value on any website.
Apa itu RECHECK - Audit HTML Tags and Attributes?
RECHECK - Audit HTML Tags and Attributes adalah ekstensi Chrome yang dikembangkan oleh Revert.pl, dan fitur utamanya adalah "Finds any HTML tag and attribute with or without value on any website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RECHECK - Audit HTML Tags and Attributes
Unduh file ekstensi RECHECK - Audit HTML Tags and Attributes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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`.
Informasi Dasar Ekstensi
Nama | RECHECK - Audit HTML Tags and Attributes |
ID | hjgnabmomkchclopbjndnkoijbedbhfe |
URL Resmi | https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe |
Deskripsi | Finds any HTML tag and attribute with or without value on any website. |
Ukuran File | 53.37 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 1.4.5 |
Terakhir Diperbarui | 2019-07-22 |
Tanggal Publikasi | 2019-07-22 |
Pengembang | Revert.pl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://revert.pl/portfolio/chrome-recheck |
Bahasa yang Didukung | 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" } |