Poloniex USD & JPY View
Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.
Apa itu Poloniex USD & JPY View?
Poloniex USD & JPY View adalah ekstensi Chrome yang dikembangkan oleh https://1000ch.github.io/poloniex-usd-jpy-view, dan fitur utamanya adalah "Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Poloniex USD & JPY View
Unduh file ekstensi Poloniex USD & JPY View dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
| Nama | |
| ID | mbhejgbnacaobkpomakalaajahpchehi |
| URL Resmi | https://chromewebstore.google.com/detail/poloniex-usd-jpy-view/mbhejgbnacaobkpomakalaajahpchehi |
| Deskripsi | Add "USD Value", "JPY Value", "BTC Rate" columns into Poloniex Balances view. |
| Ukuran File | 13.2 KB |
| Jumlah Instalasi | 245 |
| Versi Saat Ini | 0.7.1 |
| Terakhir Diperbarui | 2017-06-26 |
| Tanggal Publikasi | 2017-06-25 |
| Penilaian | 5.00/5 Total 3 Penilaian |
| Pengembang | https://1000ch.github.io/poloniex-usd-jpy-view |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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
} | |