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.

Wat is Binary Clock Tab?

Binary Clock Tab is een Chrome-extensie ontwikkeld door Mac Chaffee, en de belangrijkste functie is "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Binary Clock Tab

Download Binary Clock Tab-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

                        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                    

Basisinformatie over de Extensie

Naam Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
Officiële URL https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
Beschrijving Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Bestandsgrootte 133 KB
Aantal Installaties 87
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-02-16
Publicatiedatum 2017-02-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mac Chaffee
Betalingswijze free
Extensiewebsite https://github.com/mac-chaffee/binary-clock-tab
Help Pagina-URL https://github.com/mac-chaffee/binary-clock-tab/issues
Ondersteunde Talen 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"
}