Binary Clock
Making clocks harder to read, one bit at a time.
Wat is Binary Clock?
Binary Clock is een Chrome-extensie ontwikkeld door Jeffrey Pierce, en de belangrijkste functie is "Making clocks harder to read, one bit at a time.".
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 shows a simple, elegant binary clock on new tabs. Options include: multiple themes, clock display mode and whether or not to display 'traditional' time. Impress your friends with how nerdy you are!
Basisinformatie over de Extensie
Naam | |
ID | glapajngabhpapccinednbdklpjahcgc |
Officiële URL | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
Beschrijving | Making clocks harder to read, one bit at a time. |
Bestandsgrootte | 16.05 KB |
Aantal Installaties | 149 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2014-03-15 |
Publicatiedatum | 2014-03-15 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Jeffrey Pierce |
Betalingswijze | free |
Extensiewebsite | https://github.com/jeffreypierce/binary-clock |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary Clock", "description": "Making clocks harder to read, one bit at a time.", "author": "Jeffrey Pierce", "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock", "icons": { "128": "icon_128.png" }, "version": "0.0.2", "permissions": [ "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" } } |