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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            }
        }
    }
}