Binary Tab

Replace the new tab page with a minimal binary clock

Τι είναι το Binary Tab;

Το Binary Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://albert.nz, και η κύρια λειτουργία του είναι "Replace the new tab page with a minimal binary clock".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Binary Tab

Λήψη αρχείων επέκτασης Binary Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        **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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Binary Tab Binary Tab
ID ammjoeghgfdfdjjlmlkjcbchabncempk
Επίσημο URL https://chromewebstore.google.com/detail/binary-tab/ammjoeghgfdfdjjlmlkjcbchabncempk
Περιγραφή Replace the new tab page with a minimal binary clock
Μέγεθος Αρχείου 4.76 MB
Αριθμός Εγκαταστάσεων 206
Τρέχουσα Έκδοση 1.90
Τελευταία Ενημέρωση 2020-08-31
Ημερομηνία Δημοσίευσης 2020-08-30
Αξιολόγηση 4.75/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://albert.nz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}