Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
Τι είναι το Binary clock;
Το Binary clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dmitry Gryanko, και η κύρια λειτουργία του είναι "Simple icon for showing current time in binary format. Shows only hours and minutes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Binary clock
Λήψη αρχείων επέκτασης Binary clock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension provides small icon for showing current time in binary format. Two blocks represents hours and minutes. Green and blue respectively. Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
Επίσημο URL | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
Περιγραφή | Simple icon for showing current time in binary format. Shows only hours and minutes |
Μέγεθος Αρχείου | 4.98 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-06-04 |
Ημερομηνία Δημοσίευσης | 2014-06-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Dmitry Gryanko |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary clock", "version": "1.0", "manifest_version": 2, "description": "Simple icon for showing current time in binary format. Shows only hours and minutes", "background": { "scripts": [ "js\/background\/icon.js" ] }, "browser_action": [], "icons": { "19": "img\/favicon-19.png", "48": "img\/favicon-48.png" } } |