Live HTML Validator
The plugin for live HTML validation of a browser page during web development.
Live HTML Validator क्या है?
Live HTML Validator Yuriy Svetlov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The plugin for live HTML validation of a browser page during web development."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live HTML Validator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is the browser plugin that performs live HTML validation on a browser page, but you can also perform HTML validation at the click of a button. ► Pros • Auto/No auto/Input - HTML validation. • Delay before HTML validation (If HTML elements are created dynamically. e.g. using JavaScript). • HTML validation for both server and client code, or only server code. • Visual notification (if HTML is invalid). • Sound notification (if HTML is invalid). • Notification on plugin icon (Viewing process validation). • Notification on web-page (Viewing process validation). • Filter level reporting. • Filter messages reporting. • Filter HTML before validation (if you need to remove anything before HTML validation). • Ability to select a server for HTML validation. (You can also use your own server). • Save cache to avoid page re-validation. • Supports remote server connection. • SSL connection support. ► Official website «Live HTML Validator» https://live-html-validator.com/ ► Packages and documentation https://live-html-validator.com/documentation https://github.com/Yuriy-Svetlov/live-html-validator ► You may also want to use separately: https://live-reload-browser-page.com https://live-alert-browser-page.com
एक्सटेंशन की मूल जानकारी
नाम | Live HTML Validator |
ID | hojcgkcomonibjdgfohcginmooigkjdg |
आधिकारिक URL | https://chromewebstore.google.com/detail/live-html-validator/hojcgkcomonibjdgfohcginmooigkjdg |
विवरण | The plugin for live HTML validation of a browser page during web development. |
फ़ाइल का आकार | 3.83 MB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-11-26 |
प्रकाशन तिथि | 2021-11-11 |
डेवलपर | Yuriy Svetlov |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://live-html-validator.com/ |
सहायता पृष्ठ URL | https://live-html-validator.com/contacts |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live HTML Validator", "version": "1.0.0", "manifest_version": 2, "description": "The plugin for live HTML validation of a browser page during web development.", "icons": { "16": "images\/off_19x19_v1.png", "32": "images\/off_32x32_v1.png", "48": "images\/off_48x48_v1.png", "128": "images\/off_128x128_v1.png" }, "options_page": "build\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "build\/content.js" ] } ], "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_icon": "images\/off_19x19_v1.png", "default_popup": "build\/index.html" }, "permissions": [ "storage" ] } |