JS playground

JS playground.

Was ist JS playground?

JS playground ist eine Chrome-Erweiterung, die von skus1992 entwickelt wurde, und ihr Hauptmerkmal ist "JS playground.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

JS playground-Erweiterungs-CRX-Datei herunterladen

Laden Sie JS playground-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

- Added tabs.                    

Grundlegende Informationen zur Erweiterung

Name JS playground JS playground
ID dndbfngnogbaloehcdbedmagjelddakk
Offizielle URL https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk
Beschreibung JS playground.
Dateigröße 360 KB
Installationsanzahl 127
Aktuelle Version 4.4.3
Letztes Update 2024-01-22
Veröffentlichungsdatum 2022-06-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler skus1992
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
        }
    ]
}