Binary Tab

Replace the new tab page with a minimal binary clock

Binary Tab क्या है?

Binary Tab https://albert.nz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the new tab page with a minimal binary clock"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Binary Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **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"
    }
}