El Tiempo en España
Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.
What is El Tiempo en España?
El Tiempo en España is a Chrome extension developed by https://blog.adrianistan.eu, and its main feature is "Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.".
Extension Screenshots
Download El Tiempo en España Extension CRX File
Download El Tiempo en España 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
¿Cuánta temperatura hace hoy? ¿Tendré que buscar en Google? No, usa el Tiempo en España. Abre el botón y elige municipio, si el tuyo no está en la lista puedes copiar la dirección de AEMET y El Tiempo de España buscará la previsión para ese municipio.
Extension Basic Information
Name | |
ID | honfkompglepmdpokccbnjlincdjcajp |
Official URL | https://chrome.google.com/webstore/detail/el-tiempo-en-espa%C3%B1a/honfkompglepmdpokccbnjlincdjcajp |
Description | Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET. |
File Size | 92.42 KB |
Installation Count | 157 |
Current Version | 3.0.0 |
Last Updated | 2016-06-25 |
Publish Date | 2016-06-25 |
Rating | 4.17/5 Total 6 Ratings |
Developer | https://blog.adrianistan.eu |
[email protected] | |
Payment Type | free |
Extension Website | http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/ |
Help Page URL | http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/ |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "El Tiempo en Espa\u00f1a", "version": "3.0.0", "description": "Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.", "homepage_url": "http:\/\/adrianarroyocalle.github.io\/norax\/", "icons": { "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "applications": { "gecko": { "id": "aemet@divel", "strict_min_version": "45.0.0" } }, "permissions": [ "http:\/\/www.aemet.es\/", "storage" ], "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "El Tiempo en Espa\u00f1a", "default_popup": "popup\/tiempo.html" }, "web_accessible_resources": [ "font\/weathericons-regular-webfont.woff" ], "background": { "scripts": [ "background\/install.js" ] } } |