Decred Ticket Price $DCR

This extension shows the current Decred Ticker Price

什么是Decred Ticket Price $DCR?

Decred Ticket Price $DCR是由rafaelcmrj开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the current Decred Ticker Price”。

扩展截图

screenshot

下载Decred Ticket Price $DCR扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Decred Ticket Price $DCR Decred Ticket Price $DCR
ID jmenfdhmijaomloifmoannhmmolnanhh
官方URL https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh
简介 This extension shows the current Decred Ticker Price
文件大小 17.66 KB
安装次数 13
当前版本 1.0.1
更新时间 2017-03-16
上架时间 2017-03-16
评分 5.00/5 共1次评分
开发者 rafaelcmrj
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decred Ticket Price $DCR",
    "description": "This extension shows the current Decred Ticker Price",
    "version": "1.0.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}