Poloniex with Icons
Made by @foxinni
Wat is Poloniex with Icons?
Poloniex with Icons is een Chrome-extensie ontwikkeld door Foxinni, en de belangrijkste functie is "Made by @foxinni".
Extensie Screenshots
Download het CRX-bestand van de extensie Poloniex with Icons
Download Poloniex with Icons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Simply adds icons to your Poloniex coins in the sidebar on desktop.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fajgbkeboabhfalgbghijoofhpagoago | 
| Officiële URL | https://chromewebstore.google.com/detail/poloniex-with-icons/fajgbkeboabhfalgbghijoofhpagoago | 
| Beschrijving | Made by @foxinni | 
| Bestandsgrootte | 252 KB | 
| Aantal Installaties | 10 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2017-05-30 | 
| Publicatiedatum | 2017-05-30 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Foxinni | 
| Betalingswijze | free | 
| Extensiewebsite | https://twitter.com/foxinni | 
| Ondersteunde Talen | 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\/*"
            ]
        }
    ]
}  |  |