Binary Clock

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

Binary Clockとは何ですか?

Binary ClockはJeffrey Pierceによって開発されたChromeの拡張機能で、その主な機能は「Making clocks harder to read, one bit at a time.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Binary Clock拡張機能のCRXファイルをダウンロード

Binary Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
公式URL https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
説明 Making clocks harder to read, one bit at a time.
ファイルサイズ 16.05 KB
インストール数 149
現在のバージョン 0.0.2
最終更新日 2014-03-15
公開日 2014-03-15
評価 4.75/5 合計 4 レビュー
開発者 Jeffrey Pierce
支払い方法 free
拡張機能のウェブサイト https://github.com/jeffreypierce/binary-clock
対応言語 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"
    }
}