Open with Stackblitz
This extension can be clicked on the icon to open the Github repository using Stackblitz.
Open with Stackblitzคืออะไร?
Open with Stackblitz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yinjiazeng และคุณลักษณะหลักของมันคือ "This extension can be clicked on the icon to open the Github repository using Stackblitz."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open with Stackblitz
ดาวน์โหลดไฟล์ส่วนขยาย Open with Stackblitz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can be clicked on the icon to open the Github repository using Stackblitz.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlgfgpkgjjmdgnekcdidfjjoipeohifc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc |
คำอธิบาย | This extension can be clicked on the icon to open the Github repository using Stackblitz. |
ขนาดไฟล์ | 13.71 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-09-07 |
วันที่เผยแพร่ | 2019-09-06 |
ผู้พัฒนา | yinjiazeng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open with Stackblitz", "description": "This extension can be clicked on the icon to open the Github repository using Stackblitz.", "version": "1.0.0", "browser_action": { "default_icon": { "16": "icons\/16_disable.png", "48": "icons\/48_disable.png", "128": "icons\/128_disable.png" } }, "icons": { "16": "icons\/16_enable.png", "48": "icons\/48_enable.png", "128": "icons\/128_enable.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2 } |