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”。

擴展截圖

screenshot

下載gulpfile-generator擴展crx文件

下載gulpfile-generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        gulpfile.jsとpackage.jsonをGUIで簡単に作成することができるツールです。
gulp初心者の方や、gulpfile.jsを一から書くのがめんどくさい人は是非ご利用下さい。                    

擴展基本資訊

名稱 gulpfile-generator gulpfile-generator
ID bbcmepmmlfajhljflmkkkgcghofkggpe
官方網址 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"
    }
}