Binary Tab
Replace the new tab page with a minimal binary clock
Co je Binary Tab?
Binary Tab je rozšíření Chrome vyvinuté https://albert.nz, a jeho hlavní funkcí je „Replace the new tab page with a minimal binary clock“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Binary Tab
Stáhněte si soubory rozšíření Binary Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
**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!
Základní Informace o Rozšíření
Název | Binary Tab |
ID | ammjoeghgfdfdjjlmlkjcbchabncempk |
Oficiální URL | https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk |
Popis | Replace the new tab page with a minimal binary clock |
Velikost souboru | 4.76 MB |
Počet instalací | 206 |
Aktuální Verze | 1.90 |
Poslední Aktualizace | 2020-08-31 |
Datum Vydání | 2020-08-30 |
Hodnocení | 4.75/5 Celkem 16 Hodnocení |
Vývojář | https://albert.nz |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |