ClockTab

A simple clock tab extension.

ClockTab क्या है?

ClockTab https://www.mindthedungeon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple clock tab extension."।

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

screenshot

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

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

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

                        ClockTab: Time in Your Tab 🕰️
Just click the extension icon, and a tab will open with a clock, a timer for your current session.

Dive into gaming without losing track of time! Introducing ClockTab – the gamer's perfect sidekick for multi-monitor setups. With ClockTab, you can:

⏰ See the current time in large, clear digits, designed to be effortlessly visible in your peripheral vision.
⌛ Monitor your gaming sessions from the second you start.
🌌 Enjoy a mesmerizing animated background of interconnected nodes.
🌑 Engage a distraction-free fullscreen mode with a fade-away toggle.

ClockTab ensures you're always aware of the time while staying immersed in your game. A must-have for gamers who need to juggle epic quests and real-world moments!                    

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

नाम ClockTab ClockTab
ID ljoibhahkmilgjfknhahdgnmgfagojnb
आधिकारिक URL https://chromewebstore.google.com/detail/clocktab/ljoibhahkmilgjfknhahdgnmgfagojnb
विवरण A simple clock tab extension.
फ़ाइल का आकार 9.4 KB
स्थापना संख्या 276
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-10-28
प्रकाशन तिथि 2023-10-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.mindthedungeon.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClockTab",
    "version": "1.0",
    "description": "A simple clock tab extension.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}