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.
Apa itu Binary Clock Tab?
Binary Clock Tab adalah ekstensi Chrome yang dikembangkan oleh Mac Chaffee, dan fitur utamanya adalah "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Binary Clock Tab
Unduh file ekstensi Binary Clock Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
URL Resmi | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
Deskripsi | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
Ukuran File | 133 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-02-16 |
Tanggal Publikasi | 2017-02-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Mac Chaffee |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mac-chaffee/binary-clock-tab |
URL Halaman Bantuan | https://github.com/mac-chaffee/binary-clock-tab/issues |
Bahasa yang Didukung | 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" } |