Weather Tab

Replace new tab page with the weather and search

Weather Tab란 무엇입니까?

Weather Tab은(는) https://timleland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with the weather and search"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
공식 URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
설명 Replace new tab page with the weather and search
파일 크기 7.47 MB
설치 횟수 396
현재 버전 1.0.4
최근 업데이트 2022-08-29
출시 날짜 2019-01-13
평점 4.00/5 총 8 개의 평점
개발자 https://timleland.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timleland.com/weathertab/
도움말 페이지 URL https://timleland.com/weathertab/
개인정보 보호 정책 페이지 URL https://t.ly/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}