Poloniex with Icons

Made by @foxinni

什么是Poloniex with Icons?

Poloniex with Icons是由Foxinni开发的Chrome扩展程序,该扩展的主要功能是“Made by @foxinni”。

扩展截图

screenshot

下载Poloniex with Icons扩展crx文件

下载Poloniex with Icons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Poloniex with Icons Poloniex with Icons
ID fajgbkeboabhfalgbghijoofhpagoago
官方URL https://chromewebstore.google.com/detail/poloniex-with-icons/fajgbkeboabhfalgbghijoofhpagoago
简介 Made by @foxinni
文件大小 252 KB
安装次数 10
当前版本 1.0
更新时间 2017-05-30
上架时间 2017-05-30
评分 5.00/5 共1次评分
开发者 Foxinni
付费类型 free
扩展官网 https://twitter.com/foxinni
支持的语言 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\/*"
            ]
        }
    ]
}