ActualWeather
Get current weather in your browser!
ActualWeatherとは何ですか?
ActualWeatherはAdsSquared, LLCによって開発されたChromeの拡張機能で、その主な機能は「Get current weather in your browser!」です。
拡張機能のスクリーンショット
ActualWeather拡張機能のCRXファイルをダウンロード
ActualWeather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab
拡張機能の基本情報
名前 | ActualWeather |
ID | jlalmckfngpijaibdnbphajodinicbfn |
公式URL | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
説明 | Get current weather in your browser! |
ファイルサイズ | 3.32 MB |
インストール数 | 114 |
現在のバージョン | 0.0.2 |
最終更新日 | 2023-11-03 |
公開日 | 2023-10-10 |
評価 | 5.00/5 合計 21 レビュー |
開発者 | AdsSquared, LLC |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ActualWeather.com |
ヘルプページのURL | https://ActualWeather.com/contact.html |
プライバシーポリシーページのURL | https://adssquared.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActualWeather", "description": "Get current weather in your browser!", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "newtab.html", "default_icon": [] } } |