Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
什么是Binary clock?
Binary clock是由Dmitry Gryanko开发的Chrome扩展程序,该扩展的主要功能是“Simple icon for showing current time in binary format. Shows only hours and minutes”。
扩展截图
下载Binary clock扩展crx文件
下载Binary clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides small icon for showing current time in binary format. Two blocks represents hours and minutes. Green and blue respectively. Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.
扩展基本信息
名称 | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
官方URL | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
简介 | Simple icon for showing current time in binary format. Shows only hours and minutes |
文件大小 | 4.98 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2014-06-04 |
上架时间 | 2014-06-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Dmitry Gryanko |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary clock", "version": "1.0", "manifest_version": 2, "description": "Simple icon for showing current time in binary format. Shows only hours and minutes", "background": { "scripts": [ "js\/background\/icon.js" ] }, "browser_action": [], "icons": { "19": "img\/favicon-19.png", "48": "img\/favicon-48.png" } } |