Weather
The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Weatherとは何ですか?
Weatherはhttps://weatherextension.comによって開発されたChromeの拡張機能で、その主な機能は「The best way to see the Weather Forecast right in your browser. Easier than looking outside!」です。
拡張機能のスクリーンショット
Weather拡張機能のCRXファイルをダウンロード
Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon! Features ----------------- * Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) * Hourly and 7 day forecasts * Precipitation and Severe Weather alerts * Temperature in your Toolbar * Geolocation * Supports multiple languages * Multiple locations * Animated icons * Set custom location by address or zip code * Choose Fahrenheit or Celsius * Settings sync between devices * 12h/24h time format * Accurate Weather Forecast FAQ: timleland.com/weather-extension-faq
拡張機能の基本情報
名前 | Weather |
ID | iolcbmjhmpdheggkocibajddahbeiglb |
公式URL | https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb |
説明 | The best way to see the Weather Forecast right in your browser. Easier than looking outside! |
ファイルサイズ | 10.82 MB |
インストール数 | 153,933 |
現在のバージョン | 6.0.14 |
最終更新日 | 2024-01-18 |
公開日 | 2020-05-22 |
評価 | 2.82/5 合計 6327 レビュー |
開発者 | https://weatherextension.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://weatherextension.com/ |
ヘルプページのURL | https://timleland.com/weather-extension-faq/ |
プライバシーポリシーページのURL | https://t.ly/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather", "short_name": "Weather", "homepage_url": "https:\/\/weatherextension.com\/", "version": "6.0.14", "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather", "default_popup": "popup.html" }, "manifest_version": 3, "permissions": [ "alarms", "storage", "geolocation", "notifications", "idle" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |