limesandbox
Codesandbox on chrome extension
Cos'è limesandbox?
limesandbox è un'estensione di Chrome sviluppata da hkngoc, e la sua funzione principale è "Codesandbox on chrome extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione limesandbox
Scarica i file di estensione limesandbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cncmjmiooilibapmmmoppgojdhipkmdi |
| URL Ufficiale | https://chromewebstore.google.com/detail/limesandbox/cncmjmiooilibapmmmoppgojdhipkmdi |
| Descrizione | Codesandbox on chrome extension |
| Dimensione del File | 38.25 MB |
| Conteggio Installazioni | 141 |
| Versione Corrente | 0.2.1 |
| Ultimo Aggiornamento | 2022-09-12 |
| Data di Pubblicazione | 2021-06-01 |
| Sviluppatore | hkngoc |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://lime-sandbox.web.app |
| Lingue Supportate | 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';"
} | |