Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
Vad är Binary clock?
Binary clock är en Chrome-tillägg utvecklad av Dmitry Gryanko, och dess huvudfunktion är "Simple icon for showing current time in binary format. Shows only hours and minutes".
Tilläggsskärmbilder
Ladda ner Binary clock-förlängningens CRX-fil
Ladda ner Binary clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
Officiell webbadress | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
Beskrivning | Simple icon for showing current time in binary format. Shows only hours and minutes |
Filstorlek | 4.98 KB |
Antal Installationer | 14 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-06-04 |
Publiceringsdatum | 2014-06-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dmitry Gryanko |
Betalningssätt | free |
Stödda Språk | 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" } } |