TimeTab

A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.

TimeTab क्या है?

TimeTab Joshua Britt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened."।

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

screenshot
screenshot

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

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

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

                        Please note, this is an ongoing side project and that I plan to add even more features when I can get to them. Feedback, recommendations, and reporting bugs via reviews/support is always welcome & appreciated. Otherwise, enjoy!

- Display multiple clocks
- Minimal and clean design
- Show or hide custom labels
- Light and dark mode support
- Choose 12 or 24 hour format
- Instant and runs offline
- No additional site access                    

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

नाम TimeTab TimeTab
ID dhjhmlhiaaepcekkmjpfcklcfiaepkof
आधिकारिक URL https://chrome.google.com/webstore/detail/timetab/dhjhmlhiaaepcekkmjpfcklcfiaepkof
विवरण A simple Chrome extension that displays the time, and/or the time of multiple zones, whenever a new tab is opened.
फ़ाइल का आकार 32.11 KB
स्थापना संख्या 90
वर्तमान संस्करण 3.2
अंतिम अपडेट 2020-02-25
प्रकाशन तिथि 2020-02-25
डेवलपर Joshua Britt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MEDIA76/timetab
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TimeTab",
    "version": "3.2",
    "description": "A simple Chrome extension that displays the time, and\/or the time of multiple zones, whenever a new tab is opened.",
    "author": "Joshua Britt",
    "homepage_url": "https:\/\/github.com\/MEDIA76\/timetab",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/light\/16.png",
        "48": "icons\/light\/48.png",
        "128": "icons\/light\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "38": "icons\/light\/38.png"
        },
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "offline_enabled": true,
    "manifest_version": 2
}