Inspect and view changes in CodeTank source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "CodeTank",
"description": "CodeTank(代码坦克)使用 Javascript 对坦克机器人进行编程,方便的构建属于自己富有个性的 Tank 机器人,并通过互联网进行在线互动和竞赛!",
"version": "1",
"app": {
"launch": {
"web_url": "http://codetank.alloyteam.com"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": []
}