Decred Ticket Price $DCR
This extension shows the current Decred Ticker Price
What is Decred Ticket Price $DCR?
Decred Ticket Price $DCR is a Chrome extension developed by rafaelcmrj, and its main feature is "This extension shows the current Decred Ticker Price".
Extension Screenshots
Download Decred Ticket Price $DCR Extension CRX File
Download Decred Ticket Price $DCR 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
Extension Basic Information
Name | Decred Ticket Price $DCR |
ID | jmenfdhmijaomloifmoannhmmolnanhh |
Official URL | https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh |
Description | This extension shows the current Decred Ticker Price |
File Size | 17.66 KB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2017-03-16 |
Publish Date | 2017-03-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | rafaelcmrj |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decred Ticket Price $DCR", "description": "This extension shows the current Decred Ticker Price", "version": "1.0.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [], "background": { "scripts": [ "background.js" ] } } |