New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
什么是New Repl?
New Repl是由GavHern开发的Chrome扩展程序,该扩展的主要功能是“Quickly create a new repl on repl.it! (Not associated with repl.it)”。
扩展截图
下载New Repl扩展crx文件
下载New Repl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly create a new repl.it project from anywhere on Chrome! Choose what language you want to write in and you're all set!
Created by Gav Hern, not affiliated with repl.it or Neoreason 扩展基本信息
| 名称 | |
| ID | ebpfoggdhbonnbpioddlandlicknhobk |
| 官方URL | https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk |
| 简介 | Quickly create a new repl on repl.it! (Not associated with repl.it) |
| 文件大小 | 78.83 KB |
| 安装次数 | 84 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2019-05-17 |
| 上架时间 | 2019-05-16 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | GavHern |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Repl",
"short_name": "Quickly make repls",
"description": "Quickly create a new repl on repl.it! (Not associated with repl.it)",
"version": "1.1.0",
"icons": {
"128": "icon_128_extension.png"
},
"permissions": [],
"browser_action": {
"browser_icon": "Icon_128.png",
"default_popup": "popup.html",
"default_title": "New Repl"
}
} | |