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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |