Cryptocurrency Rates

Constantly checks the rates of any cryptocurrency of your choice

什么是Cryptocurrency Rates?

Cryptocurrency Rates是由Psych开发的Chrome扩展程序,该扩展的主要功能是“Constantly checks the rates of any cryptocurrency of your choice”。

扩展截图

screenshot
screenshot

下载Cryptocurrency Rates扩展crx文件

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

扩展使用说明

                        Imagine an extension that will keep you updated on any cryptocurrency of your choice while browsing the internet! Well, good thing you don't need to imagine, I mean why would you when it actually exists. This extension is quick, reliable and always working. Oh and did I mention it includes a Bitcoin Converter AND the lastest Crpyto News?

Supported Cryptocurrencies:
- Bitcoin
- Litecoin
- Ripple
- Ethereum
- Ethereum Classic
- Dash

Supported Fiat Currencies:
- Euro
- US Dollar

Features:
- Bitcoin Converter
- Crypto News
- Keeps you updated
- Completely customizable
- More to come, keep the suggestions coming

Please give me feedback on how I can improve this, thank you!

Logs:
V1.3.4: Improved options code
V1.3.3: Fixed a bug with cache
V1.3.2: Added local cache
V1.3.1: Fixed a couple bugs, and improved UI
V1.3.0: Added options to customize your own theme! Now go and get creative
V1.2.9: Adjusted tooltips and made better display of data                    

扩展基本信息

名称 Cryptocurrency Rates Cryptocurrency Rates
ID ffkicalblogbdapjfckabempifkaieia
官方URL https://chromewebstore.google.com/detail/cryptocurrency-rates/ffkicalblogbdapjfckabempifkaieia
简介 Constantly checks the rates of any cryptocurrency of your choice
文件大小 236 KB
安装次数 16
当前版本 1.3.4
更新时间 2020-02-01
上架时间 2020-02-01
评分 4.00/5 共3次评分
开发者 Psych
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Rates",
    "description": "Constantly checks the rates of any cryptocurrency of your choice",
    "version": "1.3.4",
    "short_name": "Crypto Rates",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_title": "Show rates",
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "popup.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "about.html"
    ],
    "permissions": [
        "storage",
        "https:\/\/*.kraken.com\/*",
        "https:\/\/www.kraken.com\/",
        "https:\/\/*.rss2json.com\/*",
        "https:\/\/www.rss2json.com\/*"
    ]
}