Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Weather Appとは何ですか?

Weather Appはhttps://arunayyappath.meによって開発されたChromeの拡張機能で、その主な機能は「The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.」です。

拡張機能のスクリーンショット

screenshot

Weather App拡張機能のCRXファイルをダウンロード

Weather App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

拡張機能の基本情報

名前 Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
公式URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
説明 The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
ファイルサイズ 379 KB
インストール数 264
現在のバージョン 1.0.1
最終更新日 2019-08-21
公開日 2019-08-21
評価 3.80/5 合計 5 レビュー
開発者 https://arunayyappath.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://arunayyappath.me/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}