CryptoVision - Portfolio Tracker

Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.

什么是CryptoVision - Portfolio Tracker?

CryptoVision - Portfolio Tracker是由cryptovisionapp开发的Chrome扩展程序,该扩展的主要功能是“Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CryptoVision - Portfolio Tracker扩展crx文件

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

扩展使用说明

                        Have super-vision by seeing crypto prices right in your browser tabs. This is the fastest way to feed your crypto addiction.

You will be able to track your portfolio of Bitcoin and Cryptocurrency prices on the browser in the quickest, most productive way possible. 

- Add unlimited coins to your watchlist.
- Curate your watchlist to suit your portfolio.
- Drag & Drop to reorder.
- First coin's price shown directly in tab.
- Pricing information straight from Coinmarketcap.

Best of all, No Navigation Necessary.                    

扩展基本信息

名称 CryptoVision - Portfolio Tracker CryptoVision - Portfolio Tracker
ID fpocfajnfadmkkmlnccdimokahdileob
官方URL https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob
简介 Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
文件大小 201 KB
安装次数 119
当前版本 0.1.2
更新时间 2017-12-12
上架时间 2017-12-12
评分 5.00/5 共7次评分
开发者 cryptovisionapp
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.cryptovisionapp.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoVision - Portfolio Tracker",
    "short_name": "CryptoVision",
    "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.",
    "icons": {
        "128": "img\/cv-128.png"
    },
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coinmarketcap.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X",
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    }
}