PlayGround
Replace your new tab with a simple jsFiddle-style code playground.
什么是PlayGround?
PlayGround是由kkatongo开发的Chrome扩展程序,该扩展的主要功能是“Replace your new tab with a simple jsFiddle-style code playground.”。
扩展截图
下载PlayGround扩展crx文件
下载PlayGround扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | pmbneijlaelofljmnanpijjignkpphdb |
| 官方URL | https://chromewebstore.google.com/detail/playground/pmbneijlaelofljmnanpijjignkpphdb |
| 简介 | Replace your new tab with a simple jsFiddle-style code playground. |
| 文件大小 | 5.03 MB |
| 安装次数 | 22 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-11-21 |
| 上架时间 | 2016-11-20 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | kkatongo |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PlayGround",
"description": "Replace your new tab with a simple jsFiddle-style code playground.",
"version": "0.0.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": ".\/images\/logo.png"
},
"content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'"
} | |