Binary Tab
Replace the new tab page with a minimal binary clock
Wat is Binary Tab?
Binary Tab is een Chrome-extensie ontwikkeld door https://albert.nz, en de belangrijkste functie is "Replace the new tab page with a minimal binary clock".
Extensie Screenshots
Download het CRX-bestand van de extensie Binary Tab
Download Binary Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
**Changes in version 1.9** - Removed bookmark manage button. Bookmark management is always accessible via the Chrome menus or at chrome://bookmarks. Binary tab replaces your new tab page with a minimal and elegant binary clock. Hover the cursor over the bottom of the page to reveal the settings drawer. An ever-expanding array of settings is available. They include: - Colour scheme (light colour, dark colour), including dynamic hex colour. - Inverted colour scheme. - Auto-invert at sunset/sunrise given current location. - Clock size - Display digits, placeholder letters or nothing below clock. - Show row numbers (great for learning to read the clock). - Show, hide or auto-hide bookmarks bar. - Manage bookmarks. A word on geolocation: Binary Tab only uses the user's position to find sunrise and sunset times when the 'Use current location' button is clicked. If you have any doubts about this, feel free to inspect the code!
Basisinformatie over de Extensie
Naam | Binary Tab |
ID | ammjoeghgfdfdjjlmlkjcbchabncempk |
Officiële URL | https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk |
Beschrijving | Replace the new tab page with a minimal binary clock |
Bestandsgrootte | 4.76 MB |
Aantal Installaties | 206 |
Huidige Versie | 1.90 |
Laatst Bijgewerkt | 2020-08-31 |
Publicatiedatum | 2020-08-30 |
Beoordeling | 4.75/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://albert.nz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Tab", "description": "Replace the new tab page with a minimal binary clock", "version": "1.90", "permissions": [ "storage", "geolocation", "bookmarks" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |