gulpfile-generator
This is a genarator for gulpfile and package.json
What is gulpfile-generator?
gulpfile-generator is a Chrome extension developed by steelydylan, and its main feature is "This is a genarator for gulpfile and package.json".
Extension Screenshots
Download gulpfile-generator Extension CRX File
Download gulpfile-generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
gulpfile.jsとpackage.jsonをGUIで簡単に作成することができるツールです。 gulp初心者の方や、gulpfile.jsを一から書くのがめんどくさい人は是非ご利用下さい。
Extension Basic Information
Name | |
ID | bbcmepmmlfajhljflmkkkgcghofkggpe |
Official URL | https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe |
Description | This is a genarator for gulpfile and package.json |
File Size | 174 KB |
Installation Count | 11 |
Current Version | 1.4.2 |
Last Updated | 2015-05-17 |
Publish Date | 2015-05-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | steelydylan |
Payment Type | free |
Extension Website | http://horicdesign.com/app/entry-167.html |
Supported Languages | 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" } } |