Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Was ist Funkyclock?
Funkyclock ist eine Chrome-Erweiterung, die von @E#i° entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Erweiterungsscreenshots
Funkyclock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Funkyclock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] ||||||||||||||||||||||||||||||||||
Grundlegende Informationen zur Erweiterung
Name | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Offizielle URL | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Beschreibung | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Dateigröße | 405 KB |
Installationsanzahl | 199 |
Aktuelle Version | 2.1 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.30/5 Insgesamt 10 Bewertungen |
Entwickler | @E#i° |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |