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"
    }
}