TinyToolbarClock

This extension shows the time and date in the toolbar

Was ist TinyToolbarClock?

TinyToolbarClock ist eine Chrome-Erweiterung, die von netchipguy entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the time and date in the toolbar".

Erweiterungsscreenshots

screenshot

TinyToolbarClock-Erweiterungs-CRX-Datei herunterladen

Laden Sie TinyToolbarClock-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

                        This tiny extension puts a tiny clock *and month/date calendar* in your toolbar!  Perfect for full-screen use of Chrome!

Highly Recommended: 

1) A HiDPI display such as a Retina Mac or Chromebook Pixel 
2) Good vision

-Netchipguy                    

Grundlegende Informationen zur Erweiterung

Name TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Offizielle URL https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Beschreibung This extension shows the time and date in the toolbar
Dateigröße 12.48 KB
Installationsanzahl 564
Aktuelle Version 1.2
Letztes Update 2015-12-05
Veröffentlichungsdatum 2015-12-04
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler netchipguy
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyToolbarClock",
    "description": "This extension shows the time and date in the toolbar",
    "version": "1.2",
    "icons": {
        "16": "myclock16.png",
        "32": "myclock32.png",
        "48": "myclock48.png",
        "128": "myclock128.png"
    },
    "browser_action": {
        "default_icon": "myclock48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}