GDAX Amplifier
Adds additional calculations and functionality to the GDAX trading view
GDAX Amplifierとは何ですか?
GDAX Amplifierはhttps://blockfreaks.comによって開発されたChromeの拡張機能で、その主な機能は「Adds additional calculations and functionality to the GDAX trading view」です。
拡張機能のスクリーンショット
GDAX Amplifier拡張機能のCRXファイルをダウンロード
GDAX Amplifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | bhchiejkojgnpofajpaldnaphfcdmhdp |
| 公式URL | https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp |
| 説明 | Adds additional calculations and functionality to the GDAX trading view |
| ファイルサイズ | 99.5 KB |
| インストール数 | 67 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2018-03-20 |
| 公開日 | 2018-03-20 |
| 評価 | 3.14/5 合計 7 レビュー |
| 開発者 | https://blockfreaks.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GDAX Amplifier",
"version": "0.0.3",
"manifest_version": 2,
"description": "Adds additional calculations and functionality to the GDAX trading view",
"homepage_url": "https:\/\/blockfreaks.com\/",
"icons": {
"16": "icons\/candlestick16.png",
"48": "icons\/candlestick48.png",
"128": "icons\/candlestick128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"https:\/\/www.gdax.com\/trade\/*"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.gdax.com\/trade\/ETH-USD",
"https:\/\/www.gdax.com\/trade\/BTC-USD",
"https:\/\/www.gdax.com\/trade\/LTC-USD"
],
"js": [
"src\/inject\/jquery-2.2.4.min.js",
"src\/inject\/inject.js"
]
}
]
} | |