Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Τι είναι το Funkyclock;
Το Funkyclock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον @E#i°, και η κύρια λειτουργία του είναι "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Funkyclock
Λήψη αρχείων επέκτασης Funkyclock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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] ||||||||||||||||||||||||||||||||||
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Επίσημο URL | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Περιγραφή | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Μέγεθος Αρχείου | 405 KB |
Αριθμός Εγκαταστάσεων | 199 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.30/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | @E#i° |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |