TinyToolbarClock

This extension shows the time and date in the toolbar

Hvad er TinyToolbarClock?

TinyToolbarClock er en Chrome-udvidelse udviklet af netchipguy, og dens hovedfunktion er "This extension shows the time and date in the toolbar".

Udvidelsesskærmbilleder

screenshot

Download TinyToolbarClock-udvidelses-CRX-fil

Download TinyToolbarClock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Officiel URL https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Beskrivelse This extension shows the time and date in the toolbar
Filstørrelse 12.48 KB
Antal Installationer 564
Nuværende Version 1.2
Senest Opdateret 2015-12-05
Udgivelsesdato 2015-12-04
Bedømmelse 4.40/5 Samlet 10 Bedømmelser
Udvikler netchipguy
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}