Verge (XVG) Price Ticker
This extension shows latest price ticker of popular Verge trading markets.
What is Verge (XVG) Price Ticker?
Verge (XVG) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of popular Verge trading markets.".
Extension Screenshots
Download Verge (XVG) Price Ticker Extension CRX File
Download Verge (XVG) Price Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
VERGE is a secure, anonymous, and constantly evolving cryptocurrency... more at (vergecurrency.com) Extension Features: 1. Real time price (XVG/BTC) 2. Display Notifications TipJar (XVG) DAG1QFBH3wWZ1X9x8kRc4LGgb4HREtNLGS
Extension Basic Information
Name | Verge (XVG) Price Ticker |
ID | mpkabbjfoeaojminpoflladbkhinbmbb |
Official URL | https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb |
Description | This extension shows latest price ticker of popular Verge trading markets. |
File Size | 69.94 KB |
Installation Count | 47 |
Current Version | 1.0.7 |
Last Updated | 2017-12-19 |
Publish Date | 2017-12-19 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Taha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Verge (XVG) Price Ticker", "description": "This extension shows latest price ticker of popular Verge trading markets.", "version": "1.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/ubq.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/ubq.png" ], "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html" } |