Crypto Market Info

Crypto Market Info

Was ist Crypto Market Info?

Crypto Market Info ist eine Chrome-Erweiterung, die von http://www.illutex.com entwickelt wurde, und ihr Hauptmerkmal ist "Crypto Market Info".

Erweiterungsscreenshots

screenshot

Crypto Market Info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto Market Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Crypto Market Info Crypto Market Info
ID oiahkmilgmildjpmjiobepbmglonoogd
Offizielle URL https://chrome.google.com/webstore/detail/crypto-market-info/oiahkmilgmildjpmjiobepbmglonoogd
Beschreibung Crypto Market Info
Dateigröße 103 KB
Installationsanzahl 107
Aktuelle Version 1.1.6
Letztes Update 2019-10-09
Veröffentlichungsdatum 2019-10-09
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler http://www.illutex.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}