Binary Tab

Replace the new tab page with a minimal binary clock

Binary Tabとは何ですか?

Binary Tabはhttps://albert.nzによって開発されたChromeの拡張機能で、その主な機能は「Replace the new tab page with a minimal binary clock」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Binary Tab拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}