TimeTab

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

Τι είναι το TimeTab;

Το TimeTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης TimeTab

Λήψη αρχείων επέκτασης TimeTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
}