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
官方網址 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"
            }
        }
    }
}