code runner
run simple code anytime and anywhere without any environment requirement
什么是code runner?
code runner是由xiakai61877开发的Chrome扩展程序,该扩展的主要功能是“run simple code anytime and anywhere without any environment requirement”。
扩展截图
下载code runner扩展crx文件
下载code runner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
simple code snippet runner on chrome 扩展基本信息
| 名称 | |
| ID | dbhlmjpfacmmmplcebbhgbofbckhmpbj |
| 官方URL | https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj |
| 简介 | run simple code anytime and anywhere without any environment requirement |
| 文件大小 | 1.4 MB |
| 安装次数 | 1,244 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2021-11-17 |
| 上架时间 | 2020-07-21 |
| 评分 | 4.50/5 共6次评分 |
| 开发者 | xiakai61877 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "code runner",
"version": "0.0.3",
"manifest_version": 2,
"description": "run simple code anytime and anywhere without any environment requirement",
"icons": {
"128": "icon.png"
},
"permissions": [
"storage",
"https:\/\/ilovegoogle.cn\/runner"
],
"browser_action": {
"default_title": "code runner",
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |