Html Css Online
With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview
Html Css Online क्या है?
Html Css Online tridien040799 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Html Css Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Html css online is a convenient chrome extension that helps you edit html, css, javascript code quickly and directly without having to run it in a traditional way.
एक्सटेंशन की मूल जानकारी
नाम | Html Css Online |
ID | knocclinhfjbiaalijohoihhknjcfaio |
आधिकारिक URL | https://chromewebstore.google.com/detail/html-css-online/knocclinhfjbiaalijohoihhknjcfaio |
विवरण | With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview |
फ़ाइल का आकार | 1.54 MB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-05-11 |
प्रकाशन तिथि | 2022-05-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | tridien040799 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://sitesharing.net/ |
गोपनीयता नीति पृष्ठ URL | https://sitesharing.net/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Html Css Online", "description": "With html css online, you can directly edit HTML, CSS and JavaScript... Editor left is code and right is preview", "version": "1.0", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "content_scripts": [ { "css": [ "codemirror\/lib\/codemirror.css" ], "js": [ "js\/jquery.min.js", "codemirror\/lib\/codemirror.js", "codemirror\/addon\/edit\/closebrackets.js", "codemirror\/addon\/hint\/show-hint.js", "codemirror\/mode\/css\/css.js", "codemirror\/mode\/xml\/xml.js", "codemirror\/mode\/javascript\/javascript.js", "codemirror\/mode\/htmlmixed\/htmlmixed.js", "popup.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |