Weather
Extension shows the temperature and weather conditions for your current location
Weatherとは何ですか?
Weatherはhttps://skyweather.orgによって開発されたChromeの拡張機能で、その主な機能は「Extension shows the temperature and weather conditions for your current location」です。
拡張機能のスクリーンショット
Weather拡張機能のCRXファイルをダウンロード
Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:
- configurable update period
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness 拡張機能の基本情報
| 名前 | |
| ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| 公式URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
| 説明 | Extension shows the temperature and weather conditions for your current location |
| ファイルサイズ | 41.82 KB |
| インストール数 | 4,298 |
| 現在のバージョン | 1.0.3.0 |
| 最終更新日 | 2023-08-10 |
| 公開日 | 2016-04-19 |
| 評価 | 3.50/5 合計 42 レビュー |
| 開発者 | https://skyweather.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://skyweather.org/ |
| ヘルプページのURL | https://skyweather.org/ |
| プライバシーポリシーページのURL | https://stopreclame.com/privacy.html |
| 対応言語 | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"version": "1.0.3.0",
"manifest_version": 3,
"description": "__MSG_ext_description__",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_icon": {
"19": "images\/icon-48.png",
"38": "images\/icon-48.png"
},
"default_title": "__MSG_popup_description__",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"permissions": [
"alarms",
"geolocation",
"storage"
],
"host_permissions": [
"https:\/\/*.skyweather.org\/*"
]
} | |