Poloniex with Icons
Made by @foxinni
What is Poloniex with Icons?
Poloniex with Icons is a Chrome extension developed by Foxinni, and its main feature is "Made by @foxinni".
Extension Screenshots
Download Poloniex with Icons Extension CRX File
Download Poloniex with Icons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simply adds icons to your Poloniex coins in the sidebar on desktop.
Extension Basic Information
Name | Poloniex with Icons |
ID | fajgbkeboabhfalgbghijoofhpagoago |
Official URL | https://chromewebstore.google.com/detail/poloniex-with-icons/fajgbkeboabhfalgbghijoofhpagoago |
Description | Made by @foxinni |
File Size | 252 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2017-05-30 |
Publish Date | 2017-05-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Foxinni |
Payment Type | free |
Extension Website | https://twitter.com/foxinni |
Supported Languages | 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\/*" ] } ] } |