Corona SDK API Quick Reference
A quick list of Corona SDK API references.
什么是Corona SDK API Quick Reference?
Corona SDK API Quick Reference是由http://coronageek.com开发的Chrome扩展程序,该扩展的主要功能是“A quick list of Corona SDK API references.”。
扩展截图
下载Corona SDK API Quick Reference扩展crx文件
下载Corona SDK API Quick Reference扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension provides quick access to the Corona SDK API documentation. Future versions will include an advanced search feature that will allow you to search across a variety of Corona SDK related resources.
[ Follow us on ]
http://gplus.to/CoronaGeek
http://facebook.com/CoronaGeek
http://twitter.com/CoronaGeek
http://youtube.com/CoronaGeek
[ Visit our website ]
http://CoronaGeek.com 扩展基本信息
| 名称 | |
| ID | gmahnnjkgkddfhikheijininfiknffnb |
| 官方URL | https://chrome.google.com/webstore/detail/corona-sdk-api-quick-refe/gmahnnjkgkddfhikheijininfiknffnb |
| 简介 | A quick list of Corona SDK API references. |
| 文件大小 | 23.35 KB |
| 安装次数 | 87 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2012-11-15 |
| 上架时间 | 2012-11-15 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | http://coronageek.com |
| 付费类型 | free |
| 帮助页面URL | http://coronageek.com/share |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Corona SDK API Quick Reference",
"version": "0.1.2",
"description": "A quick list of Corona SDK API references.",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_title": "Corona SDK API Quick Reference",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |