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.
¿Qué es Binary Clock Tab?
Binary Clock Tab es una extensión de Chrome desarrollada por Mac Chaffee, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Binary Clock Tab
Descarga archivos de extensión Binary Clock Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Binary Clock Tab |
ID | lnmgfgmedjfdpigkklmopnffeifiombh |
URL Oficial | https://chromewebstore.google.com/detail/binary-clock-tab/lnmgfgmedjfdpigkklmopnffeifiombh |
Descripción | Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before. |
Tamaño del Archivo | 133 KB |
Cantidad de Instalaciones | 87 |
Versión Actual | 1.1.0 |
Última Actualización | 2017-02-16 |
Fecha de Publicación | 2017-02-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Mac Chaffee |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/mac-chaffee/binary-clock-tab |
URL de la Página de Ayuda | https://github.com/mac-chaffee/binary-clock-tab/issues |
Idiomas Soportados | 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" } |