TinyToolbarClock

This extension shows the time and date in the toolbar

Vad är TinyToolbarClock?

TinyToolbarClock är en Chrome-tillägg utvecklad av netchipguy, och dess huvudfunktion är "This extension shows the time and date in the toolbar".

Tilläggsskärmbilder

screenshot

Ladda ner TinyToolbarClock-förlängningens CRX-fil

Ladda ner TinyToolbarClock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Officiell webbadress https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Beskrivning This extension shows the time and date in the toolbar
Filstorlek 12.48 KB
Antal Installationer 564
Aktuell Version 1.2
Senast Uppdaterad 2015-12-05
Publiceringsdatum 2015-12-04
Betyg 4.40/5 Totalt 10 Betyg
Utvecklare netchipguy
Betalningssätt free
Stödda Språk 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"
        ]
    }
}