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.

Was ist Binary Clock Tab?

Binary Clock Tab ist eine Chrome-Erweiterung, die von Mac Chaffee entwickelt wurde, und ihr Hauptmerkmal ist "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".

Erweiterungsscreenshots

screenshot
screenshot

Binary Clock Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binary Clock Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
Offizielle URL https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
Beschreibung Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Dateigröße 133 KB
Installationsanzahl 87
Aktuelle Version 1.1.0
Letztes Update 2017-02-16
Veröffentlichungsdatum 2017-02-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mac Chaffee
Zahlungsart free
Erweiterungswebsite https://github.com/mac-chaffee/binary-clock-tab
Hilfeseite URL https://github.com/mac-chaffee/binary-clock-tab/issues
Unterstützte Sprachen 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"
}