El Tiempo en España

Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.

Vad är El Tiempo en España?

El Tiempo en España är en Chrome-tillägg utvecklad av https://blog.adrianistan.eu, och dess huvudfunktion är "Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.".

Tilläggsskärmbilder

screenshot

Ladda ner El Tiempo en España-förlängningens CRX-fil

Ladda ner El Tiempo en España-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ¿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.                    

Grundläggande Information om Tillägg

Namn El Tiempo en España El Tiempo en España
ID honfkompglepmdpokccbnjlincdjcajp
Officiell webbadress https://chrome.google.com/webstore/detail/el-tiempo-en-espa%C3%B1a/honfkompglepmdpokccbnjlincdjcajp
Beskrivning Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.
Filstorlek 92.42 KB
Antal Installationer 157
Aktuell Version 3.0.0
Senast Uppdaterad 2016-06-25
Publiceringsdatum 2016-06-25
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare https://blog.adrianistan.eu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/
Hjälpsida URL http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/
Stödda Språk 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"
        ]
    }
}