Corona SDK API Quick Reference
A quick list of Corona SDK API references.
Qu'est-ce que Corona SDK API Quick Reference ?
Corona SDK API Quick Reference est une extension Chrome développée par http://coronageek.com, et sa fonction principale est "A quick list of Corona SDK API references.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Corona SDK API Quick Reference
Téléchargez les fichiers d'extension Corona SDK API Quick Reference au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gmahnnjkgkddfhikheijininfiknffnb |
URL Officiel | https://chrome.google.com/webstore/detail/corona-sdk-api-quick-refe/gmahnnjkgkddfhikheijininfiknffnb |
Description | A quick list of Corona SDK API references. |
Taille du Fichier | 23.35 KB |
Nombre d'Installations | 87 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2012-11-15 |
Date de Publication | 2012-11-15 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://coronageek.com |
Type de Paiement | free |
URL de la Page d'Aide | http://coronageek.com/share |
Langues Prises en Charge | 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'" } |