Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Wat is Funkyclock?
Funkyclock is een Chrome-extensie ontwikkeld door @E#i°, en de belangrijkste functie is "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Extensie Screenshots
Download het CRX-bestand van de extensie Funkyclock
Download Funkyclock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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] ||||||||||||||||||||||||||||||||||
Basisinformatie over de Extensie
Naam | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Officiële URL | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Beschrijving | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Bestandsgrootte | 405 KB |
Aantal Installaties | 199 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | @E#i° |
Betalingswijze | free |
Ondersteunde Talen | 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 } |