Dogecoin price
Displays the current Dogecoin price.
什么是Dogecoin price?
Dogecoin price是由ar2r开发的Chrome扩展程序,该扩展的主要功能是“Displays the current Dogecoin price.”。
扩展截图
下载Dogecoin price扩展crx文件
下载Dogecoin price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple DOGE / Dogecoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DASH Dash price tracker BTC Bitcoin price tracker Please, feel free to ask for any other coin you want or any other feature.
扩展基本信息
名称 | Dogecoin price |
ID | blbeijgoeafhgalclmhlbpmkmnlkajap |
官方URL | https://chromewebstore.google.com/detail/dogecoin-price/blbeijgoeafhgalclmhlbpmkmnlkajap |
简介 | Displays the current Dogecoin price. |
文件大小 | 115 KB |
安装次数 | 77 |
当前版本 | 1.0 |
更新时间 | 2018-01-17 |
上架时间 | 2018-01-17 |
评分 | 2.00/5 共1次评分 |
开发者 | ar2r |
付费类型 | free |
扩展官网 | http://allcoinindex.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current Dogecoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Dogecoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Dogecoin Price", "version": "1.0" } |