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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}