All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
All in one Html Compiler क्या है?
All in one Html Compiler Sathya Narayanan Sudhakar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में All in one Html Compiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"All in one HTML Compiler" is a "learnmyself" on cutting edge Web trends like AngularJS, Twitter Bootstrap,HTML5 and jQuery. Use "HC" as simple as you can edit the HTML, and click on "output" button to view/compile the result. The output result is responsive and can be tested using Chrome developer Tool-Emulation.
एक्सटेंशन की मूल जानकारी
नाम | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
आधिकारिक URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
विवरण | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
फ़ाइल का आकार | 84.21 KB |
स्थापना संख्या | 563 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-12-28 |
प्रकाशन तिथि | 2014-12-28 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | Sathya Narayanan Sudhakar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All in one Html Compiler", "description": "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5", "version": "1.0", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "backy.js" ] }, "short_name": "HC", "offline_enabled": true } |