Slow Time New Tab

See your day and year slow down as they are expressed in the form of an analogue clock!

Slow Time New Tab란 무엇입니까?

Slow Time New Tab은(는) alvmal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your day and year slow down as they are expressed in the form of an analogue clock!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Slow Time New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Created to replace your new tab page with two beautifully peaceful and unique clocks.

Escape the anxiety of time and enjoy the day and year at a glance.

'Today' tracks the day, taking 24 hours to complete a revolution, with midnight striking at the 6 o'clock position and midday at 12 o'clock.

'Yearly' tracks the year by moving the hand each day of the year with the 12 o'clock position marking the start and end of the year.


Inspired by Scott Thrift's work timeincolor.com                    

확장 프로그램 기본 정보

이름 Slow Time New Tab Slow Time New Tab
ID pimceeaakmkaekdjabmcbbmopedbeogd
공식 URL https://chromewebstore.google.com/detail/slow-time-new-tab/pimceeaakmkaekdjabmcbbmopedbeogd
설명 See your day and year slow down as they are expressed in the form of an analogue clock!
파일 크기 161 KB
설치 횟수 16
현재 버전 1.6
최근 업데이트 2020-05-17
출시 날짜 2020-05-17
평점 5.00/5 총 1 개의 평점
개발자 alvmal
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slow Time New Tab",
    "short_name": "Slow Time",
    "version": "1.6",
    "description": "See your day and year slow down as they are expressed in the form of an analogue clock!",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_title": "Slow Time"
    },
    "web_accessible_resources": [
        "main.css",
        "fonts\/NTR-Regular.ttf",
        "icon16.png",
        "index.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}