Weather Tab
Access to current and extended weather forecast, and alerts, free on your browser New Tab.
Weather Tab란 무엇입니까?
Weather Tab은(는) Weather Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access to current and extended weather forecast, and alerts, free on your browser New Tab."입니다.
확장 프로그램 스크린샷
Weather Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension updates your browser New Tab and provides: - Local Weather Conditions - Humidity - Sun/Sunset time - Hourly Forecast - 7 Day Forecast - Links to topsites Comes with daily Weather Prompt to show you local weather in a new Chrome tab! 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) Permissions used & reasons: "Read and change your data on a number of websites" For our extension to work, we require access to these websites we own and manage. "Replace the page you see when opening a new tab" This allows us to show you our product on new tab page. "Read your browsing history" This allows us to manage browser tabs and provide relevant product specific information.
확장 프로그램 기본 정보
이름 | |
ID | mbjjapmdfmkkcheaehlmmiepjnpaeedp |
공식 URL | https://chrome.google.com/webstore/detail/weather-tab/mbjjapmdfmkkcheaehlmmiepjnpaeedp |
설명 | Access to current and extended weather forecast, and alerts, free on your browser New Tab. |
파일 크기 | 48.13 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.21.1001 |
최근 업데이트 | 2021-10-05 |
출시 날짜 | 2021-02-20 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | 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": "Access to current and extended weather forecast, and alerts, free on your browser New Tab.", "version": "1.21.1001", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Weather Tab" }, "background": { "page": "background\/index.html" }, "permissions": [ "*:\/\/*.weathertab-api.info\/*", "cookies", "topSites", "contextMenus", "storage", "tabs", "alarms" ], "manifest_version": 2, "web_accessible_resources": [ "\/icons\/16.png", "\/newtab\/index.html" ] } |