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"
}
} | |