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
官方網址 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
電子郵箱 [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
}