Weatherly
Weather extension to stay up to date.
Weatherlyとは何ですか?
Weatherlyはhttps://erlend.eeによって開発されたChromeの拡張機能で、その主な機能は「Weather extension to stay up to date.」です。
拡張機能のスクリーンショット
Weatherly拡張機能のCRXファイルをダウンロード
Weatherly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use. 拡張機能の基本情報
| 名前 | |
| ID | inogoogkkgnejkjmdhkepafkmblgoapl |
| 公式URL | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
| 説明 | Weather extension to stay up to date. |
| ファイルサイズ | 1.09 MB |
| インストール数 | 11 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2020-10-25 |
| 公開日 | 2020-10-21 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | https://erlend.ee |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.erlend.ee |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weatherly",
"homepage_url": "http:\/\/www.erlend.ee",
"description": "Weather extension to stay up to date.",
"default_locale": "en",
"permissions": [
"geolocation"
],
"icons": {
"15": "icons\/logo1.png",
"30": "icons\/logo2.png",
"60": "icons\/logo3.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Weatherly",
"default_icon": {
"15": "icons\/logo1.png",
"30": "icons\/logo2.png"
}
},
"version": "0.1.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |