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.

Vad är Binary Clock Tab?

Binary Clock Tab är en Chrome-tillägg utvecklad av Mac Chaffee, och dess huvudfunktion är "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Binary Clock Tab-förlängningens CRX-fil

Ladda ner Binary Clock Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Binary Clock Tab Binary Clock Tab
ID lnmgfgmedjfdpigkklmopnffeifiombh
Officiell webbadress https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh
Beskrivning Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.
Filstorlek 133 KB
Antal Installationer 87
Aktuell Version 1.1.0
Senast Uppdaterad 2017-02-16
Publiceringsdatum 2017-02-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mac Chaffee
Betalningssätt free
Tilläggswebbplats https://github.com/mac-chaffee/binary-clock-tab
Hjälpsida URL https://github.com/mac-chaffee/binary-clock-tab/issues
Stödda Språk 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"
}