Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Was ist Poloniex USD & JPY View?
Poloniex USD & JPY View ist eine Chrome-Erweiterung, die von https://1000ch.github.io/poloniex-usd-jpy-view entwickelt wurde, und ihr Hauptmerkmal ist "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Erweiterungsscreenshots
Poloniex USD & JPY View-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poloniex USD & JPY View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mbhejgbnacaobkpomakalaajahpchehi |
| Offizielle URL | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
| Beschreibung | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
| Dateigröße | 13.2 KB |
| Installationsanzahl | 245 |
| Aktuelle Version | 0.7.1 |
| Letztes Update | 2017-06-26 |
| Veröffentlichungsdatum | 2017-06-25 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://1000ch.github.io/poloniex-usd-jpy-view |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Poloniex USD & JPY View",
"version": "0.7.1",
"description": "Add \"USD Value\", \"JPY Value\", \"BTC Rate\" columns into Poloniex Balances view.",
"manifest_version": 2,
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"64": "img\/64.png",
"128": "img\/128.png"
},
"browser_action": {
"default_title": "Poloniex USD & JPY View"
},
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"https:\/\/poloniex.com\/balances"
],
"run_at": "document_start"
}
],
"permissions": [
"background",
"storage",
"https:\/\/coincheck.com\/api\/ticker",
"https:\/\/poloniex.com\/balances"
],
"offline_enabled": false
} | |