Weather

The best way to see the Weather Forecast right in your browser. Easier than looking outside!

什麼是Weather?

Weather是由https://weatherextension.com開發的Chrome擴展程式,該擴展的主要功能是“The best way to see the Weather Forecast right in your browser. Easier than looking outside!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Weather擴展crx文件

下載Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!

Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) 
* Hourly and 7 day forecasts
 * Precipitation and Severe Weather alerts
 * Temperature in your Toolbar
 * Geolocation
 * Supports multiple languages
 * Multiple locations
 * Animated icons
 * Set custom location by address or zip code
 * Choose Fahrenheit or Celsius
 * Settings sync between devices
 * 12h/24h time format
 * Accurate Weather Forecast

FAQ: timleland.com/weather-extension-faq                    

擴展基本資訊

名稱 Weather Weather
ID iolcbmjhmpdheggkocibajddahbeiglb
官方網址 https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb
簡介 The best way to see the Weather Forecast right in your browser. Easier than looking outside!
檔案大小 10.82 MB
安裝次數 153,933
目前版本 6.0.14
更新時間 2024-01-18
上架時間 2020-05-22
評分 2.82/5 共 6327 次評分
開發者 https://weatherextension.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://weatherextension.com/
說明頁面URL https://timleland.com/weather-extension-faq/
隱私政策頁面URL https://t.ly/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather",
    "short_name": "Weather",
    "homepage_url": "https:\/\/weatherextension.com\/",
    "version": "6.0.14",
    "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "notifications",
        "idle"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}