gulpfile-generator
This is a genarator for gulpfile and package.json
Wat is gulpfile-generator?
gulpfile-generator is een Chrome-extensie ontwikkeld door steelydylan, en de belangrijkste functie is "This is a genarator for gulpfile and package.json".
Extensie Screenshots
Download het CRX-bestand van de extensie gulpfile-generator
Download gulpfile-generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
gulpfile.jsとpackage.jsonをGUIで簡単に作成することができるツールです。 gulp初心者の方や、gulpfile.jsを一から書くのがめんどくさい人は是非ご利用下さい。
Basisinformatie over de Extensie
Naam | |
ID | bbcmepmmlfajhljflmkkkgcghofkggpe |
Officiële URL | https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe |
Beschrijving | This is a genarator for gulpfile and package.json |
Bestandsgrootte | 174 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2015-05-17 |
Publicatiedatum | 2015-05-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | steelydylan |
Betalingswijze | free |
Extensiewebsite | http://horicdesign.com/app/entry-167.html |
Ondersteunde Talen | 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" } } |