Binary Clock Tab

Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

Qu'est-ce que Binary Clock Tab ?

Binary Clock Tab est une extension Chrome développée par Mac Chaffee, et sa fonction principale est "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Binary Clock Tab

Téléchargez les fichiers d'extension Binary Clock Tab 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

                        Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

See below for release notes:
https://github.com/mac-chaffee/binary-clock-tab/releases                    

Informations de Base sur l'Extension

Nom Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
URL Officiel https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
Description Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Taille du Fichier 133 KB
Nombre d'Installations 87
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-02-16
Date de Publication 2017-02-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mac Chaffee
Type de Paiement free
Site Web de l'Extension https://github.com/mac-chaffee/binary-clock-tab
URL de la Page d'Aide https://github.com/mac-chaffee/binary-clock-tab/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Clock Tab",
    "short_name": "Binary Clock Tab",
    "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.",
    "version": "1.1.0",
    "author": "Mac Chaffee",
    "icons": {
        "128": "img\/binaryclock.png"
    },
    "browser_action": {
        "default_icon": "img\/binaryclock.png"
    },
    "background": {
        "scripts": [
            "js\/TabOpener.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "homepage_url": "https:\/\/github.com\/mac-chaffee\/binary-clock-tab"
}