Poloniex with Icons

Made by @foxinni

Apa itu Poloniex with Icons?

Poloniex with Icons adalah ekstensi Chrome yang dikembangkan oleh Foxinni, dan fitur utamanya adalah "Made by @foxinni".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Poloniex with Icons

Unduh file ekstensi Poloniex with Icons 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

                        Simply adds icons to your Poloniex coins in the sidebar on desktop.                    

Informasi Dasar Ekstensi

Nama Poloniex with Icons Poloniex with Icons
ID fajgbkeboabhfalgbghijoofhpagoago
URL Resmi https://chromewebstore.google.com/detail/poloniex-with-icons/fajgbkeboabhfalgbghijoofhpagoago
Deskripsi Made by @foxinni
Ukuran File 252 KB
Jumlah Instalasi 10
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-05-30
Tanggal Publikasi 2017-05-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Foxinni
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/foxinni
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poloniex with Icons",
    "description": "Made by @foxinni",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.woff"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/poloniex.com\/*"
            ]
        }
    ]
}