gulpfile-generator

This is a genarator for gulpfile and package.json

Cos'è gulpfile-generator?

gulpfile-generator è un'estensione di Chrome sviluppata da steelydylan, e la sua funzione principale è "This is a genarator for gulpfile and package.json".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione gulpfile-generator

Scarica i file di estensione gulpfile-generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome gulpfile-generator gulpfile-generator
ID bbcmepmmlfajhljflmkkkgcghofkggpe
URL Ufficiale https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe
Descrizione This is a genarator for gulpfile and package.json
Dimensione del File 174 KB
Conteggio Installazioni 11
Versione Corrente 1.4.2
Ultimo Aggiornamento 2015-05-17
Data di Pubblicazione 2015-05-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore steelydylan
Tipo di Pagamento free
Sito Web dell'Estensione http://horicdesign.com/app/entry-167.html
Lingue Supportate 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"
    }
}