Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Hvad er Poloniex USD & JPY View?
Poloniex USD & JPY View er en Chrome-udvidelse udviklet af https://1000ch.github.io/poloniex-usd-jpy-view, og dens hovedfunktion er "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Udvidelsesskærmbilleder
Download Poloniex USD & JPY View-udvidelses-CRX-fil
Download Poloniex USD & JPY View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
Officiel URL | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
Beskrivelse | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
Filstørrelse | 13.2 KB |
Antal Installationer | 245 |
Nuværende Version | 0.7.1 |
Senest Opdateret | 2017-06-26 |
Udgivelsesdato | 2017-06-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://1000ch.github.io/poloniex-usd-jpy-view |
Betalingsmetode | free |
Understøttede Sprog | 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 } |