TinyToolbarClock
This extension shows the time and date in the toolbar
Cos'è TinyToolbarClock?
TinyToolbarClock è un'estensione di Chrome sviluppata da netchipguy, e la sua funzione principale è "This extension shows the time and date in the toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TinyToolbarClock
Scarica i file di estensione TinyToolbarClock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hnageloldpcdmnceombonmmakpnaehnf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
| Descrizione | This extension shows the time and date in the toolbar |
| Dimensione del File | 12.48 KB |
| Conteggio Installazioni | 564 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-12-05 |
| Data di Pubblicazione | 2015-12-04 |
| Valutazione | 4.40/5 Totale 10 Valutazioni |
| Sviluppatore | netchipguy |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |