Time Tab

Minimalist new tab clock, with customizable background.

Time Tab क्या है?

Time Tab https://nathanwentworth.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalist new tab clock, with customizable background."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Time Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

एक्सटेंशन की मूल जानकारी

नाम Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
आधिकारिक URL https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
विवरण Minimalist new tab clock, with customizable background.
फ़ाइल का आकार 12.92 KB
स्थापना संख्या 3,719
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2019-02-09
प्रकाशन तिथि 2019-02-09
रेटिंग 4.65/5 कुल 23 रेटिंग्स
डेवलपर https://nathanwentworth.co
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/nathanwentworth
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}