Bitcoin Tab

Replace new tab page with a crypto dashboard

Bitcoin Tab란 무엇입니까?

Bitcoin Tab은(는) Bitcoin Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a crypto dashboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bitcoin Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ☆ TRACK YOUR CRYPTO PORTFOLIO IN EACH NEW TAB ☆

Bitcoin Tab replaces your New Tab page with crypto market data and a stunning daily background image.

Add your portfolio and even link your Ethereum address to keep an eye on your assets in each new tab. No need to pull out your phone or visit a specific website...

☆ FEATURES ☆

• Portfolio Tracking
• Link your Ethereum Address to Track it Automatically
• Custom watchlist
• Bitcoin Price, Change, Volume, Market Cap
• 24hr Price Chart
• Gas Prices
• Choose your Currency
• Customise your View
• Stunning Images from Around the World
• Powered by CoinGecko

☆ GET IN TOUCH ☆

Hit us up on Twitter @_bitcointab                    

확장 프로그램 기본 정보

이름 Bitcoin Tab Bitcoin Tab
ID llpbjcejemjfaicajiephoejjnogfbed
공식 URL https://chromewebstore.google.com/detail/bitcoin-tab/llpbjcejemjfaicajiephoejjnogfbed
설명 Replace new tab page with a crypto dashboard
파일 크기 1.23 MB
설치 횟수 42
현재 버전 1.1.6
최근 업데이트 2020-11-29
출시 날짜 2020-07-05
평점 5.00/5 총 1 개의 평점
개발자 Bitcoin Tab
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Tab",
    "author": "Bitcoin Tab",
    "version": "1.1.6",
    "description": "Replace new tab page with a crypto dashboard",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}