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 |
| 官方網址 | 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"
} | |