BitTab: Bitcoin New Tab Page
A minimalistic new tab extension for Bitcoin enthusiasts.
BitTab: Bitcoin New Tab Page là gì?
BitTab: Bitcoin New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Mark Thomas Miller, Mayvale LLC, và tính năng chính của nó là "A minimalistic new tab extension for Bitcoin enthusiasts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BitTab: Bitcoin New Tab Page
Tải xuống các tệp mở rộng BitTab: Bitcoin New Tab Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofllonaghfejikjnbdijjfocfefhhmnh |
URL Chính Thức | https://chromewebstore.google.com/detail/bittab-bitcoin-new-tab-pa/ofllonaghfejikjnbdijjfocfefhhmnh |
Mô tả | A minimalistic new tab extension for Bitcoin enthusiasts. |
Kích Thước Tệp | 30.28 KB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-12-08 |
Ngày Phát Hành | 2017-12-08 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mark Thomas Miller, Mayvale LLC |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |