Weather & Time (multi-city)
Current weather and time in multiple cities (locations)
Weather & Time (multi-city)とは何ですか?
Weather & Time (multi-city)はAlexKataevによって開発されたChromeの拡張機能で、その主な機能は「Current weather and time in multiple cities (locations)」です。
拡張機能のスクリーンショット
Weather & Time (multi-city)拡張機能のCRXファイルをダウンロード
Weather & Time (multi-city)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Choose many cities and stay up to date about weather and time in them!
拡張機能の基本情報
名前 | Weather & Time (multi-city) |
ID | oogbklojclobkhgadnhomfpoidemgima |
公式URL | https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima |
説明 | Current weather and time in multiple cities (locations) |
ファイルサイズ | 1.52 MB |
インストール数 | 1,452 |
現在のバージョン | 2.3.2 |
最終更新日 | 2021-12-09 |
公開日 | 2020-08-01 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | AlexKataev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather & Time (multi-city)", "version": "2.3.2", "description": "Current weather and time in multiple cities (locations)", "action": { "default_icon": { "16": "\/assets\/favicon\/16x16.png", "48": "\/assets\/favicon\/48x48.png", "128": "\/assets\/favicon\/128x128.png" }, "default_title": "Weather & time (multi-city)", "default_popup": "index.html" }, "author": "Alex Kataev", "host_permissions": [ "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*", "https:\/\/geocode.search.hereapi.com\/v1\/geocode*", "http:\/\/api.openweathermap.org\/data\/2.5\/weather*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |