gulpfile-generator

This is a genarator for gulpfile and package.json

gulpfile-generatorคืออะไร?

gulpfile-generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steelydylan และคุณลักษณะหลักของมันคือ "This is a genarator for gulpfile and package.json"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gulpfile-generator

ดาวน์โหลดไฟล์ส่วนขยาย gulpfile-generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ gulpfile-generator gulpfile-generator
ID bbcmepmmlfajhljflmkkkgcghofkggpe
URL อย่างเป็นทางการ 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"
    }
}