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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Revert.pl และคุณลักษณะหลักของมันคือ "Finds any HTML tag and attribute with or without value on any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RECHECK - Audit HTML Tags and Attributes
ดาวน์โหลดไฟล์ส่วนขยาย RECHECK - Audit HTML Tags and Attributes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |