Time Tab

Minimalist new tab clock, with customizable background.

Qu'est-ce que Time Tab ?

Time Tab est une extension Chrome développée par https://nathanwentworth.co, et sa fonction principale est "Minimalist new tab clock, with customizable background.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Time Tab

Téléchargez les fichiers d'extension Time Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
URL Officiel https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Description Minimalist new tab clock, with customizable background.
Taille du Fichier 12.92 KB
Nombre d'Installations 3,719
Version Actuelle 1.5.1
Dernière Mise à Jour 2019-02-09
Date de Publication 2019-02-09
Évaluation 4.65/5 Total 23 Évaluations
Développeur https://nathanwentworth.co
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://twitter.com/nathanwentworth
Langues Prises en Charge 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"
    }
}