Funkyclock

Displays the current time and date in different exceptional ways. Also provides a unique alarm function

¿Qué es Funkyclock?

Funkyclock es una extensión de Chrome desarrollada por @E#i°, y su función principal es "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Funkyclock

Descarga archivos de extensión Funkyclock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]             
||||||||||||||||||||||||||||||||||                    

Información Básica de la Extensión

Nombre Funkyclock Funkyclock
ID ggpobnbdcojcgdhgdfflnhcfpcpigeoj
URL Oficial https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj
Descripción Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Tamaño del Archivo 405 KB
Cantidad de Instalaciones 199
Versión Actual 2.1
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 4.30/5 Total de 10 Calificaciones
Desarrollador @E#i°
Tipo de Pago free
Idiomas Soportados 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
}