limesandbox
Codesandbox on chrome extension
什麼是limesandbox?
limesandbox是由hkngoc開發的Chrome擴展程式,該擴展的主要功能是“Codesandbox on chrome extension”。
擴展截圖
下載limesandbox擴展crx文件
下載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 |
官方網址 | 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';" } |