ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

Was ist ChronoTab: The Best New Tab Clock?

ChronoTab: The Best New Tab Clock ist eine Chrome-Erweiterung, die von Dakota Larson entwickelt wurde, und ihr Hauptmerkmal ist "The best timepiece for the new tab page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ChronoTab: The Best New Tab Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChronoTab: The Best New Tab Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

Grundlegende Informationen zur Erweiterung

Name ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
Offizielle URL https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
Beschreibung The best timepiece for the new tab page
Dateigröße 52.83 KB
Installationsanzahl 22
Aktuelle Version 1.4
Letztes Update 2018-04-09
Veröffentlichungsdatum 2018-04-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Dakota Larson
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}