Cryptex
A minimal cryptocurrency monitor.
Cryptexとは何ですか?
CryptexはCole Alan Robertsによって開発されたChromeの拡張機能で、その主な機能は「A minimal cryptocurrency monitor.」です。
拡張機能のスクリーンショット
Cryptex拡張機能のCRXファイルをダウンロード
Cryptex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cryptex allows you to easily track the Bitcoin, Ethereum, and Litecoin markets whenever you open a new tab. All data is provided using the official Coinbase API and is updated every minute. 拡張機能の基本情報
| 名前 | |
| ID | lbodnjpkafdghcdghhcdmndmpcfambne |
| 公式URL | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
| 説明 | A minimal cryptocurrency monitor. |
| ファイルサイズ | 166 KB |
| インストール数 | 73 |
| 現在のバージョン | 0.0.7 |
| 最終更新日 | 2017-07-28 |
| 公開日 | 2017-07-28 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Cole Alan Roberts |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cryptex",
"version": "0.0.7",
"manifest_version": 2,
"description": "A minimal cryptocurrency monitor.",
"browser_action": {
"default_icon": "icons\/icon128.png"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"tabs"
],
"background": {
"page": "cryptex.html",
"persistent": false
},
"web_accessible_resources": [
"cryptex.js"
],
"chrome_url_overrides": {
"newtab": "cryptex.html"
}
} | |