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
拡張機能の基本情報
名前 | Binary Clock Tab |
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" } |