El Tiempo en España
Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET.
El Tiempo en España란 무엇입니까?
El Tiempo en España은(는) https://blog.adrianistan.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET."입니다.
확장 프로그램 스크린샷
El Tiempo en España 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
¿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.
확장 프로그램 기본 정보
이름 | |
ID | honfkompglepmdpokccbnjlincdjcajp |
공식 URL | https://chrome.google.com/webstore/detail/el-tiempo-en-espa%C3%B1a/honfkompglepmdpokccbnjlincdjcajp |
설명 | Vea el tiempo que va a hacer en su localidad en pocos clicks. Datos facilitados por AEMET. |
파일 크기 | 92.42 KB |
설치 횟수 | 157 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2016-06-25 |
출시 날짜 | 2016-06-25 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | https://blog.adrianistan.eu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/ |
도움말 페이지 URL | http://adrianarroyocalle.github.io/norax/es/addon/el-tiempo-en-espana/ |
지원되는 언어 | 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" ] } } |