Github to Stackblitz

Add a button in github that open the current project into Stackblitz

Github to Stackblitzคืออะไร?

Github to Stackblitz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alain21218 และคุณลักษณะหลักของมันคือ "Add a button in github that open the current project into Stackblitz"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github to Stackblitz

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

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

                                            

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

ชื่อ Github to Stackblitz Github to Stackblitz
ID jogplfjfklbkeihnmnfkccbgceaohlhm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm
คำอธิบาย Add a button in github that open the current project into Stackblitz
ขนาดไฟล์ 18.76 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-17
วันที่เผยแพร่ 2018-06-17
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา alain21218
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github to Stackblitz",
    "version": "1.0",
    "description": "Add a button in github that open the current project into Stackblitz",
    "icons": {
        "48": "logo.png"
    },
    "web_accessible_resources": [
        "logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "button.js"
            ]
        }
    ]
}