Crypto Market Info

Crypto Market Info

什麼是Crypto Market Info?

Crypto Market Info是由http://www.illutex.com開發的Chrome擴展程式,該擴展的主要功能是“Crypto Market Info”。

擴展截圖

screenshot

下載Crypto Market Info擴展crx文件

下載Crypto Market Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Crypto Market Info Crypto Market Info
ID oiahkmilgmildjpmjiobepbmglonoogd
官方網址 https://chrome.google.com/webstore/detail/crypto-market-info/oiahkmilgmildjpmjiobepbmglonoogd
簡介 Crypto Market Info
檔案大小 103 KB
安裝次數 107
目前版本 1.1.6
更新時間 2019-10-09
上架時間 2019-10-09
評分 4.67/5 共 3 次評分
開發者 http://www.illutex.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}