JS playground

JS playground.

Cos'è JS playground?

JS playground è un'estensione di Chrome sviluppata da skus1992, e la sua funzione principale è "JS playground.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JS playground

Scarica i file di estensione JS playground 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

                        Simple Javascript playground for developers.
Dark and Light themes.
Libraries included: rxjs, lodash, moment.
Autocomplete.

- Added tabs.                    

Informazioni di Base sull'Estensione

Nome JS playground JS playground
ID dndbfngnogbaloehcdbedmagjelddakk
URL Ufficiale https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk
Descrizione JS playground.
Dimensione del File 360 KB
Conteggio Installazioni 127
Versione Corrente 4.4.3
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2022-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore skus1992
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "JS playground.",
    "version": "4.4.3",
    "manifest_version": 3,
    "name": "JS playground",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}