JS playground
JS playground.
Wat is JS playground?
JS playground is een Chrome-extensie ontwikkeld door skus1992, en de belangrijkste functie is "JS playground.".
Extensie Screenshots
Download het CRX-bestand van de extensie JS playground
Download JS playground-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
Simple Javascript playground for developers. Dark and Light themes. Libraries included: rxjs, lodash, moment. Autocomplete. - Added tabs.
Basisinformatie over de Extensie
| Naam | |
| ID | dndbfngnogbaloehcdbedmagjelddakk |
| Officiële URL | https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk |
| Beschrijving | JS playground. |
| Bestandsgrootte | 360 KB |
| Aantal Installaties | 127 |
| Huidige Versie | 4.4.3 |
| Laatst Bijgewerkt | 2024-01-22 |
| Publicatiedatum | 2022-06-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | skus1992 |
| skus1992@gmail.com | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": []
}
]
} | |