BitTab: Bitcoin New Tab Page

A minimalistic new tab extension for Bitcoin enthusiasts.

BitTab: Bitcoin New Tab Page란 무엇입니까?

BitTab: Bitcoin New Tab Page은(는) Mark Thomas Miller, Mayvale LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalistic new tab extension for Bitcoin enthusiasts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BitTab: Bitcoin New Tab Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BitTab is an extension for Google Chrome that shows the current price of Bitcoin on every new tab.

Choose from multiple themes: beautiful background images from Unsplash, a soothing blue gradient, and a minimalist black theme.

Set four "hidden" shortcuts that can be accessed by clicking the four quadrants of the New Tab page.

Choose from 169 different currencies. (You will surely be the life of the party if you know the price of Bitcoin in the Zambian kwacha.)

Do quick price checks by clicking the BitTab icon in your toolbar.

It's also responsive – meaning it resizes nicely to fit any screen size. I like to leave the price open in a small window while I work. I made sure it looks good for people who want to do this too.

BitTab is open source software: view the source (and more details) on github.com/zvphy/BitTab                    

확장 프로그램 기본 정보

이름 BitTab: Bitcoin New Tab Page BitTab: Bitcoin New Tab Page
ID ofllonaghfejikjnbdijjfocfefhhmnh
공식 URL https://chromewebstore.google.com/detail/bittab-bitcoin-new-tab-pa/ofllonaghfejikjnbdijjfocfefhhmnh
설명 A minimalistic new tab extension for Bitcoin enthusiasts.
파일 크기 30.28 KB
설치 횟수 63
현재 버전 1.0.1
최근 업데이트 2017-12-08
출시 날짜 2017-12-08
평점 4.83/5 총 6 개의 평점
개발자 Mark Thomas Miller, Mayvale LLC
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitTab: Bitcoin New Tab Page",
    "short_name": "BitTab",
    "author": "Mark Miller",
    "homepage_url": "https:\/\/github.com\/zvphy\/BitTab",
    "description": "A minimalistic new tab extension for Bitcoin enthusiasts.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "src\/html\/options.html",
    "browser_action": {
        "default_icon": "\/icons\/icon16.png",
        "default_popup": "src\/html\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/html\/newtab.html"
    },
    "permissions": [
        "storage"
    ]
}