Polar Clock
A really awesome clock.
Polar Clock란 무엇입니까?
Polar Clock은(는) http://theawesomecoder61.github.io/Polar-Clock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A really awesome clock."입니다.
확장 프로그램 스크린샷
Polar Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Official website: http://theawesomecoder61.github.io/Polar-Clock -- What is a polar clock? -- A polar clock is a really awesome clock with bars that have different representations. The innermost bar is the month and the outermost bar is the seconds. Polar Clock is a Chrome extension that shows a popup which contains the polar clock. Watch the video, it explains everything. -- What can a polar clock tell me? -- It can tell you the time and the date. -- How awesome is this clock? -- It's so awesome, that you should get it right now. -- Can I use Polar Clock offline? -- Yeah! -- Planned updates -- ~ Go into version 2.0! ~ Remove "clock=awesome" from the full screen feature, although the clock is awesome © 2014-2015 theawesomecoder61
확장 프로그램 기본 정보
이름 | |
ID | amnkkcdglhdjnfjmhmahdhimhogldmlo |
공식 URL | https://chrome.google.com/webstore/detail/polar-clock/amnkkcdglhdjnfjmhmahdhimhogldmlo |
설명 | A really awesome clock. |
파일 크기 | 699 KB |
설치 횟수 | 120 |
현재 버전 | 1.7 |
최근 업데이트 | 2017-02-07 |
출시 날짜 | 2017-02-07 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | http://theawesomecoder61.github.io/Polar-Clock |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tac61.webstarts.com |
도움말 페이지 URL | http://tac61.webstarts.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polar Clock", "version": "1.7", "manifest_version": 2, "description": "A really awesome clock.", "homepage_url": "http:\/\/tac61.weebly.com", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs" ], "default_locale": "en", "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/no bg.png", "default_title": "Polar Clock", "default_popup": "src\/browser_action\/browser_action.html" }, "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/bootstrap.min.js" ], "persistent": true } } |