Weather Forecast
Weather forecast only a click away!
Weather Forecastとは何ですか?
Weather Forecastはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「Weather forecast only a click away!」です。
拡張機能のスクリーンショット
Weather Forecast拡張機能のCRXファイルをダウンロード
Weather Forecast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MonadWeather contains the weather forecast for the entire world. You name the location, and we have it! By clicking "Add to chrome" you accept and agree to installing the Monad Weather Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at: https://monadweather.com/terms/ and privacy policy at: https://monadweather.com/privacy-policy/ The extension will update your new-tab with accurate weather information from the location of your choosing and will change your search engine to be powered by Bing. Detailed meteorological data such as temperature, UV index, wind speed and direction, and humidity are always available for you! We don’t just collect weather data - we make sure you can travel anywhere in the world without fear of being surprised by rain, snow, or some other weather trouble!
拡張機能の基本情報
名前 | Weather Forecast |
ID | lkcalalbllcjaebgbjojmnkhmehegndc |
公式URL | https://chromewebstore.google.com/detail/weather-forecast/lkcalalbllcjaebgbjojmnkhmehegndc |
説明 | Weather forecast only a click away! |
ファイルサイズ | 2.16 MB |
インストール数 | 301,866 |
現在のバージョン | 1.5 |
最終更新日 | 2022-08-02 |
公開日 | 2022-06-26 |
評価 | 4.36/5 合計 14 レビュー |
開発者 | developer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://monadweather.com/ |
ヘルプページのURL | https://monadweather.com/contact-us/ |
プライバシーポリシーページのURL | https://monadweather.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Forecast", "description": "Weather forecast only a click away!", "version": "1.5", "manifest_version": 3, "homepage_url": "https:\/\/monadweather.com\/", "background": { "service_worker": ".\/background.js" }, "chrome_url_overrides": { "newtab": ".\/page\/index.html" }, "permissions": [], "action": { "default_popup": ".\/popup.html", "default_icon": { "16": ".\/images\/forecast.png", "32": ".\/images\/forecast.png", "48": ".\/images\/forecast.png", "128": ".\/images\/forecast.png" } }, "icons": { "16": ".\/images\/forecast.png", "32": ".\/images\/forecast.png", "48": ".\/images\/forecast.png", "128": ".\/images\/forecast.png" } } |