Time Tab

Minimalist new tab clock, with customizable background.

Cos'è Time Tab?

Time Tab è un'estensione di Chrome sviluppata da https://nathanwentworth.co, e la sua funzione principale è "Minimalist new tab clock, with customizable background.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Time Tab

Scarica i file di estensione Time Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
URL Ufficiale https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Descrizione Minimalist new tab clock, with customizable background.
Dimensione del File 12.92 KB
Conteggio Installazioni 3,719
Versione Corrente 1.5.1
Ultimo Aggiornamento 2019-02-09
Data di Pubblicazione 2019-02-09
Valutazione 4.65/5 Totale 23 Valutazioni
Sviluppatore https://nathanwentworth.co
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/nathanwentworth
Lingue Supportate 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"
    }
}