gulpfile-generator
This is a genarator for gulpfile and package.json
什么是gulpfile-generator?
gulpfile-generator是由steelydylan开发的Chrome扩展程序,该扩展的主要功能是“This is a genarator for gulpfile and package.json”。
扩展截图
下载gulpfile-generator扩展crx文件
下载gulpfile-generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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"
}
} | |