Better Bittrex
Making using Bittrex just a little easier.
Better Bittrexとは何ですか?
Better Bittrexはstuckpiggによって開発されたChromeの拡張機能で、その主な機能は「Making using Bittrex just a little easier.」です。
拡張機能のスクリーンショット
Better Bittrex拡張機能のCRXファイルをダウンロード
Better Bittrex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updated for new bittrex site.
Updated to only put the chart when there is already a chart there to replace.
Removes default charts and adds in trading views charts.
Published source for transparency to https://github.com/ctharvey/Better-Bittrex
Submit ideas/issues as well to the github.
Donations accepted.
Ether: 0x3657a8235997Eb4182eD0515f820B79c21286242
Bitcion: 1LbdVrmk24RgS3ijSXNGEm16gApNZTQH9m 拡張機能の基本情報
| 名前 | |
| ID | hdchkkimlockolfnpkanppdldbmefkdn |
| 公式URL | https://chromewebstore.google.com/detail/better-bittrex/hdchkkimlockolfnpkanppdldbmefkdn |
| 説明 | Making using Bittrex just a little easier. |
| ファイルサイズ | 144 KB |
| インストール数 | 667 |
| 現在のバージョン | 0.0.10 |
| 最終更新日 | 2018-04-18 |
| 公開日 | 2018-04-17 |
| 評価 | 4.30/5 合計 23 レビュー |
| 開発者 | stuckpigg |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Bittrex",
"version": "0.0.10",
"manifest_version": 2,
"description": "Making using Bittrex just a little easier.",
"icons": {
"16": "icons\/BetterBittrex16.png",
"48": "icons\/BetterBittrex48.png",
"128": "icons\/BetterBittrex128.png"
},
"browser_action": {
"default_icon": "icons\/BetterBittrex128.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"permissions": [
"https:\/\/bittrex.com\/*",
"activeTab",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.js",
"js\/BetterBittrex.js",
"js\/studies.js",
"js\/tv.js",
"js\/content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/tradingview.com; object-src 'self'"
} | |