Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
Wat is Binary clock?
Binary clock is een Chrome-extensie ontwikkeld door Dmitry Gryanko, en de belangrijkste functie is "Simple icon for showing current time in binary format. Shows only hours and minutes".
Extensie Screenshots
Download het CRX-bestand van de extensie Binary clock
Download Binary clock-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 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.
Basisinformatie over de Extensie
Naam | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
Officiële URL | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
Beschrijving | Simple icon for showing current time in binary format. Shows only hours and minutes |
Bestandsgrootte | 4.98 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-06-04 |
Publicatiedatum | 2014-06-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Dmitry Gryanko |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |