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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } } } |