Altcoin Ticker
An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.
什么是Altcoin Ticker?
Altcoin Ticker是由https://ng-entwicklung.de开发的Chrome扩展程序,该扩展的主要功能是“An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.”。
扩展截图
下载Altcoin Ticker扩展crx文件
下载Altcoin Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Altcoin Ticker - Live prices and more for the top 1000 cryptocurrencies. 
This extensions is 100% free and does not collect any data about you or your browser whatsoever.
Features:
- View and sort the top 1000 cryptocurrencies.
- Save your favorite coins. 
- Dark Mode!
- Historical Data visualization. (Currently only for BTC and ETH)
Feedback and bug reports are very welcome.
With data provided by  https://nomics.com -  🙏                     扩展基本信息
| 名称 |   |  
| ID | npkcflbplaopngpkdiaiofpfgfhhooml | 
| 官方URL | https://chromewebstore.google.com/detail/altcoin-ticker/npkcflbplaopngpkdiaiofpfgfhhooml | 
| 简介 | An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins. | 
| 文件大小 | 421 KB | 
| 安装次数 | 18 | 
| 当前版本 | 2.3.2 | 
| 更新时间 | 2020-06-01 | 
| 上架时间 | 2020-05-31 | 
| 开发者 | https://ng-entwicklung.de | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 帮助页面URL | https://ng-entwicklung.de/contact | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Altcoin Ticker",
    "version": "2.3.2",
    "description": "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.",
    "icons": {
        "16": "assets\/altticker_16.png",
        "32": "assets\/altticker_32.png",
        "48": "assets\/altticker_48.png",
        "128": "assets\/altticker_128.png",
        "256": "assets\/altticker.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/altticker_16.png",
            "32": "assets\/altticker_32.png",
            "48": "assets\/altticker_48.png",
            "128": "assets\/altticker_128.png",
            "256": "assets\/altticker.png"
        },
        "default_title": "AltTicker",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}  |  |