CodeSandbox
Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos
什么是CodeSandbox?
CodeSandbox是由https://codesandbox.io开发的Chrome扩展程序,该扩展的主要功能是“Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos”。
扩展截图
下载CodeSandbox扩展crx文件
下载CodeSandbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a few capabilities to your experience on CodeSandbox.
* It adds an 'Open in CodeSandbox' button to Github Repo pages, so you can easily import any existing projects from GitHub in to CodeSandbox.
* You can also access shortcuts to create new projects directly from the extension menu.
* It improves the preview commenting capability, matching exactly what you see in the preview in screenshots captured when adding a comment. 扩展基本信息
| 名称 | |
| ID | hdidglkcgdolpoijdckmafdnddjoglia |
| 官方URL | https://chromewebstore.google.com/detail/codesandbox/hdidglkcgdolpoijdckmafdnddjoglia |
| 简介 | Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos |
| 文件大小 | 1012 KB |
| 安装次数 | 2,254 |
| 当前版本 | 2.2 |
| 更新时间 | 2021-02-03 |
| 上架时间 | 2020-07-02 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://codesandbox.io |
| 付费类型 | free |
| 扩展官网 | https://codesandbox.io/ |
| 帮助页面URL | https://codesandbox.io/docs |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CodeSandbox",
"short_name": "CodeSandbox",
"version": "2.2",
"description": "Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos",
"homepage_url": "https:\/\/codesandbox.io",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
" | |