gulpfile-generator
This is a genarator for gulpfile and package.json
gulpfile-generator क्या है?
gulpfile-generator steelydylan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a genarator for gulpfile and package.json"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gulpfile-generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
gulpfile.jsとpackage.jsonをGUIで簡単に作成することができるツールです。 gulp初心者の方や、gulpfile.jsを一から書くのがめんどくさい人は是非ご利用下さい。
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bbcmepmmlfajhljflmkkkgcghofkggpe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe |
विवरण | This is a genarator for gulpfile and package.json |
फ़ाइल का आकार | 174 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.4.2 |
अंतिम अपडेट | 2015-05-17 |
प्रकाशन तिथि | 2015-05-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | steelydylan |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://horicdesign.com/app/entry-167.html |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gulpfile-generator", "version": "1.4.2", "description": "This is a genarator for gulpfile and package.json", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icon.png" }, "background": { "scripts": [ ".\/background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_title": "gulpfile-generator" } } |