Binary Clock
Making clocks harder to read, one bit at a time.
Qu'est-ce que Binary Clock ?
Binary Clock est une extension Chrome développée par Jeffrey Pierce, et sa fonction principale est "Making clocks harder to read, one bit at a time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Binary Clock
Téléchargez les fichiers d'extension Binary Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | glapajngabhpapccinednbdklpjahcgc |
URL Officiel | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
Description | Making clocks harder to read, one bit at a time. |
Taille du Fichier | 16.05 KB |
Nombre d'Installations | 149 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-03-15 |
Date de Publication | 2014-03-15 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Jeffrey Pierce |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jeffreypierce/binary-clock |
Langues Prises en Charge | 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" } } |