Crypto Prices
Real-time cryptocurrency price, market cap and rankings.
What is Crypto Prices?
Crypto Prices is a Chrome extension developed by https://www.electronic-currency.com, and its main feature is "Real-time cryptocurrency price, market cap and rankings.".
Extension Screenshots
Download Crypto Prices Extension CRX File
Download Crypto Prices 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
Real-time cryptocurrency prices, market cap and rankings. Rates are updated from Coinmarketcap API.
Extension Basic Information
Name | Crypto Prices |
ID | kkmafppmcealainejjmefoahhoaepncn |
Official URL | https://chromewebstore.google.com/detail/crypto-prices/kkmafppmcealainejjmefoahhoaepncn |
Description | Real-time cryptocurrency price, market cap and rankings. |
File Size | 42.63 KB |
Installation Count | 464 |
Current Version | 1.1.2 |
Last Updated | 2019-05-03 |
Publish Date | 2019-05-03 |
Rating | 4.13/5 Total 8 Ratings |
Developer | https://www.electronic-currency.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Prices", "version": "1.1.2", "manifest_version": 2, "description": "Real-time cryptocurrency price, market cap and rankings.", "browser_action": { "default_title": "Crypto Prices", "default_popup": "popup.html" }, "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" } } |