Coinbase Enhancement Suite
Adds missing features to Coinbase website.
什么是Coinbase Enhancement Suite?
Coinbase Enhancement Suite是由Mike Tsao开发的Chrome扩展程序,该扩展的主要功能是“Adds missing features to Coinbase website.”。
扩展截图
下载Coinbase Enhancement Suite扩展crx文件
下载Coinbase Enhancement Suite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one.
On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect.
Coinbase is not affiliated with me or this product. 扩展基本信息
| 名称 | |
| ID | ihmmdkcakjebheclflinnabikkhdgpdl |
| 官方URL | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
| 简介 | Adds missing features to Coinbase website. |
| 文件大小 | 2.96 KB |
| 安装次数 | 299 |
| 当前版本 | 1.0 |
| 更新时间 | 2013-08-02 |
| 上架时间 | 2013-08-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Mike Tsao |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Coinbase Enhancement Suite",
"description": "Adds missing features to Coinbase website.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/coinbase.com\/transactions\/*"
],
"js": [
"fix_transactions.js"
],
"run_at": "document_end"
}
]
} | |