Dogeticker

Checks the price of Dogecoin

什么是Dogeticker?

Dogeticker是由jakecup1开发的Chrome扩展程序,该扩展的主要功能是“Checks the price of Dogecoin”。

扩展截图

screenshot

下载Dogeticker扩展crx文件

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

扩展使用说明

                        A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap.

Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)                    

扩展基本信息

名称 Dogeticker Dogeticker
ID doicohnmpoccofaomikcjbgblkpcameb
官方URL https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb
简介 Checks the price of Dogecoin
文件大小 36.03 KB
安装次数 19
当前版本 1.0
更新时间 2018-03-10
上架时间 2018-03-10
评分 5.00/5 共5次评分
开发者 jakecup1
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jakecupani/dogecoin-ticker
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogeticker",
    "description": "Checks the price of Dogecoin",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}