TinyToolbarClock

This extension shows the time and date in the toolbar

Wat is TinyToolbarClock?

TinyToolbarClock is een Chrome-extensie ontwikkeld door netchipguy, en de belangrijkste functie is "This extension shows the time and date in the toolbar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TinyToolbarClock

Download TinyToolbarClock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Officiële URL https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Beschrijving This extension shows the time and date in the toolbar
Bestandsgrootte 12.48 KB
Aantal Installaties 564
Huidige Versie 1.2
Laatst Bijgewerkt 2015-12-05
Publicatiedatum 2015-12-04
Beoordeling 4.40/5 Totaal 10 Beoordelingen
Ontwikkelaar netchipguy
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}