Crypto Tab
Replace the New Tab page with Bitcoin price chart
Crypto Tabとは何ですか?
Crypto TabはDev Labsによって開発されたChromeの拡張機能で、その主な機能は「Replace the New Tab page with Bitcoin price chart」です。
拡張機能のスクリーンショット
Crypto Tab拡張機能のCRXファイルをダウンロード
Crypto Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index. 拡張機能の基本情報
| 名前 | |
| ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| 公式URL | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| 説明 | Replace the New Tab page with Bitcoin price chart |
| ファイルサイズ | 109 KB |
| インストール数 | 8,740 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2018-01-18 |
| 公開日 | 2018-01-18 |
| 評価 | 4.60/5 合計 134 レビュー |
| 開発者 | Dev Labs |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://crypto-tab.com |
| ヘルプページのURL | https://github.com/superKalo/crypto-tab |
| プライバシーポリシーページのURL | https://privacy.devlabs.bg |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crypto Tab",
"description": "Replace the New Tab page with Bitcoin price chart",
"version": "1.0.4",
"icons": {
"16": "icons\/[email protected]",
"48": "icons\/[email protected]",
"128": "icons\/[email protected]"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"permissions": [
"https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*",
"https:\/\/api.crypto-tab.com\/**\/*",
"storage"
]
} | |