Weather Tab

Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.

Weather Tab란 무엇입니까?

Weather Tab은(는) Weather Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Weather Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get Access to current Weather, extended weather forecast, search and more!

Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results."

This extension updates your browser New Tab and provides:
 - Local Weather Conditions
   - Humidity
   - Sun/Sunset time
   - Hourly Forecast
   - 7 Day Forecast
  - A web search box

Comes with daily Weather Prompt to show you local weather in a new Chrome window!
By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)                    

확장 프로그램 기본 정보

이름 Weather Tab Weather Tab
ID eboighkploafnninjidahohphgdlbail
공식 URL https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail
설명 Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
파일 크기 44.53 KB
설치 횟수 3,648
현재 버전 1.23.905
최근 업데이트 2023-09-09
출시 날짜 2023-04-01
평점 4.00/5 총 4 개의 평점
개발자 Weather Tab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://weathertab-site.info/privacy-policy/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "Weather Tab",
    "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.",
    "version": "1.23.905",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Weather Tab"
    },
    "permissions": [
        "alarms",
        "cookies",
        "topSites",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.weathertab-api.info\/*"
    ],
    "manifest_version": 3
}