gulpfile-generator

This is a genarator for gulpfile and package.json

Qu'est-ce que gulpfile-generator ?

gulpfile-generator est une extension Chrome développée par steelydylan, et sa fonction principale est "This is a genarator for gulpfile and package.json".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension gulpfile-generator

Téléchargez les fichiers d'extension gulpfile-generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom gulpfile-generator gulpfile-generator
ID bbcmepmmlfajhljflmkkkgcghofkggpe
URL Officiel https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe
Description This is a genarator for gulpfile and package.json
Taille du Fichier 174 KB
Nombre d'Installations 11
Version Actuelle 1.4.2
Dernière Mise à Jour 2015-05-17
Date de Publication 2015-05-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur steelydylan
Type de Paiement free
Site Web de l'Extension http://horicdesign.com/app/entry-167.html
Langues Prises en Charge 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"
    }
}