Luna de Hoy
Esta extensión muestra la fase y el porcentaje iluminado de la Luna ya sea desde el hemisferio norte o sur.
What is Luna de Hoy?
Luna de Hoy is a Chrome extension developed by http://www.vercalendario.info, and its main feature is "Esta extensión muestra la fase y el porcentaje iluminado de la Luna ya sea desde el hemisferio norte o sur.".
Extension Screenshots
Download Luna de Hoy Extension CRX File
Download Luna de Hoy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Una extensión pequeña pero muy útil para aquellos que necesitan conocer la información útil, como la iluminación lunar y fase lunar.
Extension Basic Information
Name | |
ID | jbeamjhhmeolindjbajlgmpkoncnkdpe |
Official URL | https://chrome.google.com/webstore/detail/luna-de-hoy/jbeamjhhmeolindjbajlgmpkoncnkdpe |
Description | Esta extensión muestra la fase y el porcentaje iluminado de la Luna ya sea desde el hemisferio norte o sur. |
File Size | 283 KB |
Installation Count | 3,000 |
Current Version | 0.0.1.4 |
Last Updated | 2014-01-30 |
Publish Date | 2014-01-30 |
Rating | 4.22/5 Total 41 Ratings |
Developer | http://www.vercalendario.info |
Payment Type | free |
Extension Website | http://www.vercalendario.info/es/luna/hemisferio_norte-mes-julio-2013.html |
Supported Languages | en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "es", "name": "__MSG_extname__", "description": "__MSG_extdescr__", "version": "0.0.1.4", "options_page": "options.html", "icons": { "16": "images\/icon16.jpg", "48": "images\/icon48.jpg", "128": "images\/icon128.jpg" }, "content_scripts": [ { "matches": [ "http:\/\/*.vercalendario.info\/*", "http:\/\/*.vercalendario\/*" ], "js": [ "js\/content_script.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "images\/icon.jpg", "default_popup": "popup.html" } } |