Binary clock

Simple icon for showing current time in binary format. Shows only hours and minutes

Qu'est-ce que Binary clock ?

Binary clock est une extension Chrome développée par Dmitry Gryanko, et sa fonction principale est "Simple icon for showing current time in binary format. Shows only hours and minutes".

Captures d'Écran de l'Extension

screenshot
screenshot

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 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.                    

Informations de Base sur l'Extension

Nom Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
URL Officiel https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Description Simple icon for showing current time in binary format. Shows only hours and minutes
Taille du Fichier 4.98 KB
Nombre d'Installations 14
Version Actuelle 1.0
Dernière Mise à Jour 2014-06-04
Date de Publication 2014-06-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Dmitry Gryanko
Type de Paiement free
Langues Prises en Charge 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"
    }
}