Current Weather

This extension will give you the current weather in your area.

Current Weatherとは何ですか?

Current Weatherはpuranjayprashanthによって開発されたChromeの拡張機能で、その主な機能は「This extension will give you the current weather in your area.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.                    

拡張機能の基本情報

名前 Current Weather Current Weather
ID mjkbbpnfhegiocdnalhgkehhnjjadnpa
公式URL https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa
説明 This extension will give you the current weather in your area.
ファイルサイズ 33.45 KB
インストール数 65
現在のバージョン 1.0
最終更新日 2021-06-07
公開日 2021-06-07
開発者 puranjayprashanth
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather",
    "version": "1.0",
    "description": "This extension will give you the current weather in your area.",
    "author": "Puranjay Prashanth",
    "permissions": [
        "geolocation",
        "http:\/\/api.openweathermap.org\/data\/2.5\/weather"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Current Weather",
        "default_icon": {
            "16": "images\/Icon16.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        }
    },
    "icons": {
        "16": "images\/Icon16.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "manifest_version": 2
}