JS playground
JS playground.
什么是JS playground?
JS playground是由skus1992开发的Chrome扩展程序,该扩展的主要功能是“JS playground.”。
扩展截图
下载JS playground扩展crx文件
下载JS playground扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Javascript playground for developers.
Dark and Light themes.
Libraries included: rxjs, lodash, moment.
Autocomplete.
- Added tabs. 扩展基本信息
| 名称 | |
| ID | dndbfngnogbaloehcdbedmagjelddakk |
| 官方URL | https://chromewebstore.google.com/detail/js-playground/dndbfngnogbaloehcdbedmagjelddakk |
| 简介 | JS playground. |
| 文件大小 | 360 KB |
| 安装次数 | 127 |
| 当前版本 | 4.4.3 |
| 更新时间 | 2024-01-22 |
| 上架时间 | 2022-06-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | skus1992 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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": []
}
]
} | |