Minimal New Tab Clock

A simple, ultra-lightweight clock to replace your tab menu.

Minimal New Tab Clock क्या है?

Minimal New Tab Clock https://rainbowlemon.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple, ultra-lightweight clock to replace your tab menu."।

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

screenshot
screenshot
screenshot

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

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

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

                        Minimal clock, minimal settings, minimal fuss.

V1.8.1
- Added rudimentary ability to change the clock's font

V1.8.0
- Adding ability to hide seconds
- Improve performance on e-ink displays
- General performance improvements
- Style updates to menu
- Updated manifest to V3

V1.7.0
- Updating colour picker to include HEX and HSL input
- Added ability to close menus with 'Escape' key
- Fixing issue with analogue clock hands not being styled correctly on custom theme
- Updating style scripts to reduce the amount of 'flash-of-unstyled-content'

V1.6.1
- Adding additional icon sizes for hdpi screens

V1.6.0
- Fixed an issue with the second hand glitching
- Clock face size is a bit more responsive
- Improved performance & memory leaks
- Improved keyboard controls
- Menu now stays open after making selections
- Trimmed unneeded code and other files
- Use locale-specific dates instead of hardcoded English

V1.5.0
- Add scaling to clock, fade out menu, and performance improvements

V1.4.1
- Show correct version number


V1.4
- Added a theme picker
- Custom colour can be picked from the theme picker
- Current day now updates when your system clock changes to the next day
- Minor performance improvements


V1.3.2:
- Fixed 12AM showing as PM


V1.3.1:
- Fixed an issue with 12hr format clock and AM/PM display
- Performance improvements
- Fixed keyboard interaction issues
- Added a link to colour change functionality questionnaire


V1.3:
- Removed leading zero on 12hr format
- Moved second hand to the top of the stack


V1.2:
- Dark theme (click the lightbulb to use)
- Analogue clock
- 12 hour digital clock                    

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

नाम Minimal New Tab Clock Minimal New Tab Clock
ID impmanfocmgfodfbnhbmkkonnpcogfak
आधिकारिक URL https://chromewebstore.google.com/detail/minimal-new-tab-clock/impmanfocmgfodfbnhbmkkonnpcogfak
विवरण A simple, ultra-lightweight clock to replace your tab menu.
फ़ाइल का आकार 73.97 KB
स्थापना संख्या 11,634
वर्तमान संस्करण 1.8.1
अंतिम अपडेट 2023-08-25
प्रकाशन तिथि 2019-10-06
रेटिंग 4.48/5 कुल 149 रेटिंग्स
डेवलपर https://rainbowlemon.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab Clock",
    "version": "1.8.1",
    "description": "A simple, ultra-lightweight clock to replace your tab menu.",
    "author": "Aidan Jalali (Rainbowlemon)",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "offline_enabled": true,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "New tab",
        "default_icon": "img\/icon32.png",
        "default_popup": "popup.html"
    }
}