Minimal Clock
Displays the current time and date with a changing background gradient.
Minimal Clock란 무엇입니까?
Minimal Clock은(는) Tech Newton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current time and date with a changing background gradient."입니다.
확장 프로그램 스크린샷
Minimal Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.
확장 프로그램 기본 정보
이름 | Minimal Clock |
ID | kfpkibiagbfmimgiojjmjnbcgnndaboa |
공식 URL | https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa |
설명 | Displays the current time and date with a changing background gradient. |
파일 크기 | 6.14 KB |
설치 횟수 | 23 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-05-03 |
출시 날짜 | 2023-05-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Tech Newton |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Clock", "version": "1.0", "description": "Displays the current time and date with a changing background gradient.", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |