Binary Clock

Making clocks harder to read, one bit at a time.

Vad är Binary Clock?

Binary Clock är en Chrome-tillägg utvecklad av Jeffrey Pierce, och dess huvudfunktion är "Making clocks harder to read, one bit at a time.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

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

Ladda ner Binary Clock-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

                        This extension shows a simple, elegant binary clock on new tabs.

Options include: multiple themes, clock display mode and whether or not to display 'traditional' time.

Impress your friends with how nerdy you are!                    

Grundläggande Information om Tillägg

Namn Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
Officiell webbadress https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
Beskrivning Making clocks harder to read, one bit at a time.
Filstorlek 16.05 KB
Antal Installationer 149
Aktuell Version 0.0.2
Senast Uppdaterad 2014-03-15
Publiceringsdatum 2014-03-15
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Jeffrey Pierce
Betalningssätt free
Tilläggswebbplats https://github.com/jeffreypierce/binary-clock
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary Clock",
    "description": "Making clocks harder to read, one bit at a time.",
    "author": "Jeffrey Pierce",
    "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "0.0.2",
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}