limesandbox

Codesandbox on chrome extension

Wat is limesandbox?

limesandbox is een Chrome-extensie ontwikkeld door hkngoc, en de belangrijkste functie is "Codesandbox on chrome extension".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie limesandbox

Download limesandbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam limesandbox limesandbox
ID cncmjmiooilibapmmmoppgojdhipkmdi
Officiële URL https://chromewebstore.google.com/detail/limesandbox/cncmjmiooilibapmmmoppgojdhipkmdi
Beschrijving Codesandbox on chrome extension
Bestandsgrootte 38.25 MB
Aantal Installaties 141
Huidige Versie 0.2.1
Laatst Bijgewerkt 2022-09-12
Publicatiedatum 2021-06-01
Ontwikkelaar hkngoc
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://lime-sandbox.web.app
Ondersteunde Talen 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';"
}