Codeanywhere IDE
Helper for launching Codeanywhere.
Codeanywhere IDEคืออะไร?
Codeanywhere IDE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Rudge และคุณลักษณะหลักของมันคือ "Helper for launching Codeanywhere."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeanywhere IDE
ดาวน์โหลดไฟล์ส่วนขยาย Codeanywhere IDE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unofficial helper extension for launching a Codeanywhere workspace from a GitHub repository
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Codeanywhere IDE |
ID | khibngadbedomfojmmblgdphangeninf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeanywhere-ide/khibngadbedomfojmmblgdphangeninf |
คำอธิบาย | Helper for launching Codeanywhere. |
ขนาดไฟล์ | 20.51 KB |
จำนวนการติดตั้ง | 354 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-03-31 |
วันที่เผยแพร่ | 2023-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Matt Rudge |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://lechien73.githob.io/cae |
URL หน้าช่วยเหลือ | https://lechien73.githob.io/cae |
URL หน้านโยบายความเป็นส่วนตัว | https://mattrudge.net/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Codeanywhere IDE", "description": "Helper for launching Codeanywhere.", "version": "1.0.0", "action": { "default_title": "Codeanywhere IDE Helper" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*\/*", "*:\/\/*.github.com\/*\/*" ], "js": [ "js\/cae_content.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon48.png", "128": "images\/icon128.png" } } |