Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
Weather Watcher란 무엇입니까?
Weather Watcher은(는) http://weatherwatch.zilliuns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access all of your weather alerts in one place instantly from your New Tab page."입니다.
확장 프로그램 스크린샷
Weather Watcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall
확장 프로그램 기본 정보
이름 | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
공식 URL | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
설명 | Access all of your weather alerts in one place instantly from your New Tab page. |
파일 크기 | 130 KB |
설치 횟수 | 64 |
현재 버전 | 1.0.0.4 |
최근 업데이트 | 2018-10-18 |
출시 날짜 | 2018-10-18 |
개발자 | http://weatherwatch.zilliuns.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Watcher", "version": "1.0.0.4", "description": "Access all of your weather alerts in one place instantly from your New Tab page.", "icons": { "16": "16weatherwatch.jpg", "32": "32weatherwatch.jpg", "48": "48weatherwatch.jpg", "128": "128weatherwatch.jpg" }, "browser_action": { "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |