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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your day and year slow down as they are expressed in the form of an analogue clock!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slow Time New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}