Codebox Button for GitHub
This extension adds a button to GitHub that lets you edit your projects directly in Codebox
Codebox Button for GitHubคืออะไร?
Codebox Button for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codebox.io และคุณลักษณะหลักของมันคือ "This extension adds a button to GitHub that lets you edit your projects directly in Codebox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codebox Button for GitHub
ดาวน์โหลดไฟล์ส่วนขยาย Codebox Button for GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you open GitHub projects in the most powerful cloud IDE.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Codebox Button for GitHub |
ID | elpfkjfgdbilpjldpbhdbdpaidobnjbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg |
คำอธิบาย | This extension adds a button to GitHub that lets you edit your projects directly in Codebox |
ขนาดไฟล์ | 11.74 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2014-03-25 |
วันที่เผยแพร่ | 2014-03-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.codebox.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.codebox.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codebox Button for GitHub", "description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "github.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "icons": { "128": "icons\/128.png" }, "manifest_version": 2, "version": "1" } |