Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Vad är Poloniex USD & JPY View?
Poloniex USD & JPY View är en Chrome-tillägg utvecklad av https://1000ch.github.io/poloniex-usd-jpy-view, och dess huvudfunktion är "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Tilläggsskärmbilder
Ladda ner Poloniex USD & JPY View-förlängningens CRX-fil
Ladda ner Poloniex USD & JPY View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
Officiell webbadress | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
Beskrivning | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
Filstorlek | 13.2 KB |
Antal Installationer | 245 |
Aktuell Version | 0.7.1 |
Senast Uppdaterad | 2017-06-26 |
Publiceringsdatum | 2017-06-25 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://1000ch.github.io/poloniex-usd-jpy-view |
Betalningssätt | free |
Stödda Språk | 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 } |