Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Funkyclock란 무엇입니까?
Funkyclock은(는) @E#i°에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current time and date in different exceptional ways. Also provides a unique alarm function"입니다.
확장 프로그램 스크린샷
Funkyclock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out!
For all who just want to enjoy the browsing and not constantly see the time.
||||||||||||||||||||||||||||||||||
Following languages are supported:
||| English
||| Deutsch
||| Français
||| Italiano
||| Español
||| Suomi
||| Norske
||| Svenskt
||| Dansk
||| Nederlands
Feedback and improvement suggestions:
||| [email protected]
|||||||||||||||||||||||||||||||||| 확장 프로그램 기본 정보
| 이름 | |
| ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
| 공식 URL | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
| 설명 | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
| 파일 크기 | 405 KB |
| 설치 횟수 | 199 |
| 현재 버전 | 2.1 |
| 최근 업데이트 | 2019-03-08 |
| 출시 날짜 | 2019-03-08 |
| 평점 | 4.30/5 총 10 개의 평점 |
| 개발자 | @E#i° |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Funkyclock",
"version": "2.1",
"manifest_version": 2,
"description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function",
"browser_action": {
"default_icon": "funkyclock.png",
"default_popup": "funkyclock.html"
},
"background": {
"scripts": [
"background.js"
]
},
"sandbox": {
"pages": [
"raphael.js"
]
},
"permissions": [
"notifications",
"background"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icons\/funkyclocksmall.png",
"48": "icons\/funkyclockmedium.png",
"128": "icons\/funkyclockbig.png"
},
"offline_enabled": true
} | |