Crypto Market Info

Crypto Market Info

Co to jest Crypto Market Info?

Crypto Market Info to rozszerzenie Chrome opracowane przez http://www.illutex.com, a jego główną funkcją jest „Crypto Market Info”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crypto Market Info

Pobierz pliki rozszerzeń Crypto Market Info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Crypto Market Info Crypto Market Info
ID oiahkmilgmildjpmjiobepbmglonoogd
Oficjalny URL https://chrome.google.com/webstore/detail/crypto-market-info/oiahkmilgmildjpmjiobepbmglonoogd
Opis Crypto Market Info
Rozmiar pliku 103 KB
Liczba instalacji 107
Aktualna Wersja 1.1.6
Ostatnia Aktualizacja 2019-10-09
Data Publikacji 2019-10-09
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper http://www.illutex.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}