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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds any HTML tag and attribute with or without value on any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RECHECK - Audit HTML Tags and Attributes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |