Crypto Market Info

Crypto Market Info

Cos'è Crypto Market Info?

Crypto Market Info è un'estensione di Chrome sviluppata da http://www.illutex.com, e la sua funzione principale è "Crypto Market Info".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crypto Market Info

Scarica i file di estensione Crypto Market Info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Crypto Market Info Crypto Market Info
ID oiahkmilgmildjpmjiobepbmglonoogd
URL Ufficiale https://chrome.google.com/webstore/detail/crypto-market-info/oiahkmilgmildjpmjiobepbmglonoogd
Descrizione Crypto Market Info
Dimensione del File 103 KB
Conteggio Installazioni 107
Versione Corrente 1.1.6
Ultimo Aggiornamento 2019-10-09
Data di Pubblicazione 2019-10-09
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore http://www.illutex.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}