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ファイルをダウンロード
El Tiempo en España拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
¿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 |
Eメール | [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" ] } } |