Crypto Currency Price Ticker
Crypto Currency Price Ticker
什么是Crypto Currency Price Ticker?
Crypto Currency Price Ticker是由wangsai.silence开发的Chrome扩展程序,该扩展的主要功能是“Crypto Currency Price Ticker”。
扩展截图
下载Crypto Currency Price Ticker扩展crx文件
下载Crypto Currency Price Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.
扩展基本信息
名称 | Crypto Currency Price Ticker |
ID | mijakhgijdnecolfkgnhfdfcbpakggic |
官方URL | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
简介 | Crypto Currency Price Ticker |
文件大小 | 121 KB |
安装次数 | 31 |
当前版本 | 1.3.9 |
更新时间 | 2021-08-27 |
上架时间 | 2020-07-27 |
开发者 | wangsai.silence |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Currency Price Ticker", "short_name": "CCPT", "version": "1.3.9", "description": "Crypto Currency Price Ticker", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_title": "Crypto Currency Price Ticker", "browser_style": true, "default_popup": "src\/popup\/choose_symbol.html" }, "background": { "scripts": [ "src\/libs\/bignumber.min.js", "src\/exchanges\/proxy.js", "src\/storage.js", "src\/background.js" ] }, "permissions": [ "storage", "http:\/\/addons.wangsai.site" ], "default_locale": "en_US", "applications": { "gecko": { "id": "[email protected]" } } } |