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文件

下載BitTab: Bitcoin New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}