limesandbox
Codesandbox on chrome extension
Qu'est-ce que limesandbox ?
limesandbox est une extension Chrome développée par hkngoc, et sa fonction principale est "Codesandbox on chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension limesandbox
Téléchargez les fichiers d'extension limesandbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | limesandbox |
ID | cncmjmiooilibapmmmoppgojdhipkmdi |
URL Officiel | https://chromewebstore.google.com/detail/limesandbox/cncmjmiooilibapmmmoppgojdhipkmdi |
Description | Codesandbox on chrome extension |
Taille du Fichier | 38.25 MB |
Nombre d'Installations | 141 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2022-09-12 |
Date de Publication | 2021-06-01 |
Développeur | hkngoc |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://lime-sandbox.web.app |
Langues Prises en Charge | 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';" } |