gulpfile-generator

This is a genarator for gulpfile and package.json

Co to jest gulpfile-generator?

gulpfile-generator to rozszerzenie Chrome opracowane przez steelydylan, a jego główną funkcją jest „This is a genarator for gulpfile and package.json”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia gulpfile-generator

Pobierz pliki rozszerzeń gulpfile-generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa gulpfile-generator gulpfile-generator
ID bbcmepmmlfajhljflmkkkgcghofkggpe
Oficjalny URL https://chrome.google.com/webstore/detail/gulpfile-generator/bbcmepmmlfajhljflmkkkgcghofkggpe
Opis This is a genarator for gulpfile and package.json
Rozmiar pliku 174 KB
Liczba instalacji 11
Aktualna Wersja 1.4.2
Ostatnia Aktualizacja 2015-05-17
Data Publikacji 2015-05-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper steelydylan
Typ Płatności free
Strona Rozszerzenia http://horicdesign.com/app/entry-167.html
Obsługiwane Języki 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"
    }
}