Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Qu'est-ce que Funkyclock ?
Funkyclock est une extension Chrome développée par @E#i°, et sa fonction principale est "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Funkyclock
Téléchargez les fichiers d'extension Funkyclock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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] ||||||||||||||||||||||||||||||||||
Informations de Base sur l'Extension
Nom | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
URL Officiel | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Description | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Taille du Fichier | 405 KB |
Nombre d'Installations | 199 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.30/5 Total 10 Évaluations |
Développeur | @E#i° |
Type de Paiement | free |
Langues Prises en Charge | 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 } |