limesandbox
Codesandbox on chrome extension
limesandboxคืออะไร?
limesandbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hkngoc และคุณลักษณะหลักของมันคือ "Codesandbox on chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย limesandbox
ดาวน์โหลดไฟล์ส่วนขยาย limesandbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The evolution of lime maker - CodeSandbox on chrome extension. CodeSandbox is an instantly ready, full-featured online IDE for web development on any device with a browser. Now, we can use it with powerful of extension API. Source code available on: https://github.com/hkngoc/limesandbox
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | limesandbox |
ID | cncmjmiooilibapmmmoppgojdhipkmdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/limesandbox/cncmjmiooilibapmmmoppgojdhipkmdi |
คำอธิบาย | Codesandbox on chrome extension |
ขนาดไฟล์ | 38.25 MB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2022-09-12 |
วันที่เผยแพร่ | 2021-06-01 |
ผู้พัฒนา | hkngoc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://lime-sandbox.web.app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "limesandbox", "version": "0.2.1", "manifest_version": 2, "description": "Codesandbox on chrome extension", "browser_action": { "default_title": "Limesandbox" }, "icons": { "128": "cocktail.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "optional_permissions": [ "identity", "cookies" ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-3h1diowO97YKunD3WX1wWG060n\/HWibRlFDaaGn79qk=' 'sha256-ju0AYilx7SYhKdgDGf8FZNUrIQU+1W7GWgfeTVnZ4KE=' 'sha256-ju0AYilx7SYhKdgDGf8FZNUrIQU+1W7GWgfeTVnZ4KE=' https:\/\/cdn.jsdelivr.net https:\/\/apis.google.com https:\/\/www.youtube.com; object-src 'self';" } |