1 Star 3 Fork 3

ezpod/remix-ide-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
yann300 提交于 2018-03-20 12:08 . fix loading compiler
{
"name": "Solidity",
"description": "Realtime compiler and runtime",
"update_url": "https://remix.ethereum.org",
"version": "1.1",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
"persistent": true
},
"icons": {
"32": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"https://ajax.googleapis.com/",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"content_security_policy": "script-src 'self' https://solc-bin.ethereum.org/; object-src 'self'"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ezpod/remix-ide-cn.git
[email protected]:ezpod/remix-ide-cn.git
ezpod
remix-ide-cn
remix-ide-cn
master

搜索帮助