Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Wat is Poloniex USD & JPY View?
Poloniex USD & JPY View is een Chrome-extensie ontwikkeld door https://1000ch.github.io/poloniex-usd-jpy-view, en de belangrijkste functie is "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Extensie Screenshots
Download het CRX-bestand van de extensie Poloniex USD & JPY View
Download Poloniex USD & JPY View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
Officiële URL | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
Beschrijving | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
Bestandsgrootte | 13.2 KB |
Aantal Installaties | 245 |
Huidige Versie | 0.7.1 |
Laatst Bijgewerkt | 2017-06-26 |
Publicatiedatum | 2017-06-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://1000ch.github.io/poloniex-usd-jpy-view |
Betalingswijze | free |
Ondersteunde Talen | 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 } |