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.
Cos'è Binary Clock Tab?
Binary Clock Tab è un'estensione di Chrome sviluppata da Mac Chaffee, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Binary Clock Tab
Scarica i file di estensione Binary Clock Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
URL Ufficiale | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
Descrizione | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
Dimensione del File | 133 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2017-02-16 |
Data di Pubblicazione | 2017-02-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Mac Chaffee |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mac-chaffee/binary-clock-tab |
URL della Pagina di Aiuto | https://github.com/mac-chaffee/binary-clock-tab/issues |
Lingue Supportate | 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" } |