Get Weather Now
Weather extension
Get Weather Nowとは何ですか?
Get Weather NowはCalc Teamによって開発されたChromeの拡張機能で、その主な機能は「Weather extension」です。
拡張機能のスクリーンショット
Get Weather Now拡張機能のCRXファイルをダウンロード
Get Weather Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
拡張機能の基本情報
名前 | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
公式URL | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
説明 | Weather extension |
ファイルサイズ | 6.83 MB |
インストール数 | 864 |
現在のバージョン | 0.0.4 |
最終更新日 | 2022-11-14 |
公開日 | 2022-07-22 |
評価 | 2.27/5 合計 15 レビュー |
開発者 | Calc Team |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |