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文件

下載Slow Time New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}