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.
什么是Binary Clock Tab?
Binary Clock Tab是由Mac Chaffee开发的Chrome扩展程序,该扩展的主要功能是“Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.”。
扩展截图
下载Binary Clock Tab扩展crx文件
下载Binary Clock Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | lnmgfgmedjfdpigkklmopnffeifiombh |
| 官方URL | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
| 简介 | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
| 文件大小 | 133 KB |
| 安装次数 | 87 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2017-02-16 |
| 上架时间 | 2017-02-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Mac Chaffee |
| 付费类型 | free |
| 扩展官网 | https://github.com/mac-chaffee/binary-clock-tab |
| 帮助页面URL | https://github.com/mac-chaffee/binary-clock-tab/issues |
| 支持的语言 | 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"
} | |