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.
O que é Binary Clock Tab?
Binary Clock Tab é uma extensão do Chrome desenvolvida por Mac Chaffee, e sua principal característica é "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Binary Clock Tab
Baixe arquivos de extensão Binary Clock Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
URL Oficial | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
Descrição | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
Tamanho do Arquivo | 133 KB |
Contagem de Instalações | 87 |
Versão Atual | 1.1.0 |
Última Atualização | 2017-02-16 |
Data de Publicação | 2017-02-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Mac Chaffee |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mac-chaffee/binary-clock-tab |
URL da Página de Ajuda | https://github.com/mac-chaffee/binary-clock-tab/issues |
Idiomas Suportados | 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" } |