JS playground
JS playground.
What is JS playground?
JS playground is a Chrome extension developed by skus1992, and its main feature is "JS playground.".
Extension Screenshots
Download JS playground Extension CRX File
Download JS playground extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple Javascript playground for developers. Dark and Light themes. Libraries included: rxjs, lodash, moment. Autocomplete. - Added tabs.
Extension Basic Information
Name | JS playground |
ID | dndbfngnogbaloehcdbedmagjelddakk |
Official URL | https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk |
Description | JS playground. |
File Size | 360 KB |
Installation Count | 127 |
Current Version | 4.4.3 |
Last Updated | 2024-01-22 |
Publish Date | 2022-06-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | skus1992 |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } ] } |