What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
What's The Weatherとは何ですか?
What's The Weatherはhttp://what-is-the-weather.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.」です。
拡張機能のスクリーンショット
What's The Weather拡張機能のCRXファイルをダウンロード
What's The Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
拡張機能の基本情報
名前 | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
公式URL | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
説明 | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
ファイルサイズ | 93.3 KB |
インストール数 | 65,028 |
現在のバージョン | 1.2 |
最終更新日 | 2022-06-10 |
公開日 | 2022-05-05 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | http://what-is-the-weather.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://what-is-the-weather.com/ |
ヘルプページのURL | https://what-is-the-weather.com/pages/contact.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |