Binary Tab
Replace the new tab page with a minimal binary clock
Qu'est-ce que Binary Tab ?
Binary Tab est une extension Chrome développée par https://albert.nz, et sa fonction principale est "Replace the new tab page with a minimal binary clock".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Binary Tab
Téléchargez les fichiers d'extension Binary Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
**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!
Informations de Base sur l'Extension
Nom | Binary Tab |
ID | ammjoeghgfdfdjjlmlkjcbchabncempk |
URL Officiel | https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk |
Description | Replace the new tab page with a minimal binary clock |
Taille du Fichier | 4.76 MB |
Nombre d'Installations | 206 |
Version Actuelle | 1.90 |
Dernière Mise à Jour | 2020-08-31 |
Date de Publication | 2020-08-30 |
Évaluation | 4.75/5 Total 16 Évaluations |
Développeur | https://albert.nz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |