Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Cos'è Funkyclock?
Funkyclock è un'estensione di Chrome sviluppata da @E#i°, e la sua funzione principale è "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Funkyclock
Scarica i file di estensione Funkyclock 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 extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out! For all who just want to enjoy the browsing and not constantly see the time. |||||||||||||||||||||||||||||||||| Following languages are supported: ||| English ||| Deutsch ||| Français ||| Italiano ||| Español ||| Suomi ||| Norske ||| Svenskt ||| Dansk ||| Nederlands Feedback and improvement suggestions: ||| [email protected] ||||||||||||||||||||||||||||||||||
Informazioni di Base sull'Estensione
Nome | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
URL Ufficiale | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Descrizione | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Dimensione del File | 405 KB |
Conteggio Installazioni | 199 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.30/5 Totale 10 Valutazioni |
Sviluppatore | @E#i° |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Funkyclock", "version": "2.1", "manifest_version": 2, "description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function", "browser_action": { "default_icon": "funkyclock.png", "default_popup": "funkyclock.html" }, "background": { "scripts": [ "background.js" ] }, "sandbox": { "pages": [ "raphael.js" ] }, "permissions": [ "notifications", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/funkyclocksmall.png", "48": "icons\/funkyclockmedium.png", "128": "icons\/funkyclockbig.png" }, "offline_enabled": true } |