Crypto Market Info

Crypto Market Info

What is Crypto Market Info?

Crypto Market Info is a Chrome extension developed by http://www.illutex.com, and its main feature is "Crypto Market Info".

Extension Screenshots

screenshot

Download Crypto Market Info Extension CRX File

Download Crypto Market Info 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

                        Small extension that helps you monitor price and market data of ALL Cryptocurrencies.
Bitcoin, Ethereum, Ripple, Litecoin, Dogecoin, Dash? Everything inside! 
Including market capitalization per coin and price changing percent.
Keep in touch.

---

New in this version  (1.1.6):
  - Optimized data loading
  - Options page

Previous updates:
(1.1.5):
  - Fixed floating numbers appearance
  - Fixed scrollbars
  - Improved cold start flow

(1.1.4):
  - List contains all available coins
  - Control your holdings
  - Total market capitalization
  - Sync with your Google account
  - Export/import your holdings data
  - External price charts (see 'Options')
  - Improved stability
  - Faster reloading search results
  - Better network errors handling
  - Donate page

What is planned:
- Notifications (highest priority)
- Favorites list
- Internal price charts
- Feature's request page
- Mobile version (iOS + WatchOS in priority, Android will come later)                    

Extension Basic Information

Name Crypto Market Info Crypto Market Info
ID oiahkmilgmildjpmjiobepbmglonoogd
Official URL https://chrome.google.com/webstore/detail/crypto-market-info/oiahkmilgmildjpmjiobepbmglonoogd
Description Crypto Market Info
File Size 103 KB
Installation Count 107
Current Version 1.1.6
Last Updated 2019-10-09
Publish Date 2019-10-09
Rating 4.67/5 Total 3 Ratings
Developer http://www.illutex.com
Email [email protected]
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Market Info",
    "version": "1.1.6",
    "default_locale": "en",
    "description": "Crypto Market Info",
    "icons": {
        "16": "images\/icon\/16.png",
        "19": "images\/icon\/19.png",
        "38": "images\/icon\/38.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/",
    "permissions": [
        "",
        "webRequest",
        "background",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Crypto Market Info",
        "default_icon": {
            "19": "images\/icon\/19.png",
            "38": "images\/icon\/38.png",
            "48": "images\/icon\/48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/ratesManager.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/ssl.google-analytics.com https:\/\/illutex.com https:\/\/authedmine.com; object-src 'self'"
}