Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Qu'est-ce que Poloniex USD & JPY View ?
Poloniex USD & JPY View est une extension Chrome développée par https://1000ch.github.io/poloniex-usd-jpy-view, et sa fonction principale est "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poloniex USD & JPY View
Téléchargez les fichiers d'extension Poloniex USD & JPY View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Poloniex USD & JPY View |
ID | mbhejgbnacaobkpomakalaajahpchehi |
URL Officiel | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
Description | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
Taille du Fichier | 13.2 KB |
Nombre d'Installations | 245 |
Version Actuelle | 0.7.1 |
Dernière Mise à Jour | 2017-06-26 |
Date de Publication | 2017-06-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://1000ch.github.io/poloniex-usd-jpy-view |
Type de Paiement | free |
Langues Prises en Charge | 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 } |