simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
Cos'è simpleClock?
simpleClock è un'estensione di Chrome sviluppata da Stefan Dietz, e la sua funzione principale è "Shows a simple clock top right in the browser. The color is free selectable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione simpleClock
Scarica i file di estensione simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Informazioni di Base sull'Estensione
Nome | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
URL Ufficiale | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Descrizione | Shows a simple clock top right in the browser. The color is free selectable. |
Dimensione del File | 133 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2021-08-31 |
Data di Pubblicazione | 2013-01-05 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | Stefan Dietz |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/sdvg/simpleClock_v2/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |