Weather Clock for Chrome
New tab screen with current time and weather.
Weather Clock for Chrome란 무엇입니까?
Weather Clock for Chrome은(는) Next Things Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab screen with current time and weather."입니다.
확장 프로그램 스크린샷
Weather Clock for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.
확장 프로그램 기본 정보
이름 | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
공식 URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
설명 | New tab screen with current time and weather. |
파일 크기 | 2.21 MB |
설치 횟수 | 383 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-09-04 |
출시 날짜 | 2019-09-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Next Things Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Clock for Chrome", "version": "1.0.0", "manifest_version": 2, "options_page": "app\/index.html#\/drawer\/settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "New tab screen with current time and weather.", "background": { "scripts": [ "app\/underscore.js", "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'" } |