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.
What is Binary Clock Tab?
Binary Clock Tab is a Chrome extension developed by Mac Chaffee, and its main feature is "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".
Extension Screenshots
Download Binary Clock Tab Extension CRX File
Download Binary Clock Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
Official URL | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
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. |
File Size | 133 KB |
Installation Count | 87 |
Current Version | 1.1.0 |
Last Updated | 2017-02-16 |
Publish Date | 2017-02-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mac Chaffee |
Payment Type | free |
Extension Website | https://github.com/mac-chaffee/binary-clock-tab |
Help Page URL | https://github.com/mac-chaffee/binary-clock-tab/issues |
Supported Languages | 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" } |