Crypto Tracker

Current price of your favorite crypto currency. Powered by CoinMarketCap.

Crypto Trackerคืออะไร?

Crypto Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://underscorehao.net และคุณลักษณะหลักของมันคือ "Current price of your favorite crypto currency. Powered by CoinMarketCap."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Crypto Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension displays the current price of your favorite cryptocurrency on the badge icon in real time. There's also a popup for additional information and options page where you can choose your favorite cryptocurrency (Top 50 from CoinMarketCap) and the current rate in fiat of your choosing.

New in 0.0.9:
* Fixed some bugs
* Show double precision price on the badge and popup.
* Changes to the Options screen.
* New light theme which can be turned on from the Options screen.

The current road map for version 0.1.0 includes:
* Desktop alerts when the price hits a certain threshold

If you have any suggestions or feedback feel free to contact me. Code available on github - https://github.com/underscoreHao/crypto-tracker

If you find this extension helpful you can donate:
BTC: 1JXh8r3WTQt8dN8kc2rLzRNSEQafSBNHpk

ETH: 0x56F8584849568D5F7C2BB31DdC8552a1b4515F63

OMG: 0x56F8584849568D5F7C2BB31DdC8552a1b4515F63

LTC: LNWMGeGzy9fDCbfZLvr6swLYxmuA7LTXex                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crypto Tracker Crypto Tracker
ID oclnggnhbahdbgjoldcboibocfbligpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/crypto-tracker/oclnggnhbahdbgjoldcboibocfbligpi
คำอธิบาย Current price of your favorite crypto currency. Powered by CoinMarketCap.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2018-03-29
วันที่เผยแพร่ 2018-03-29
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://underscorehao.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Tracker",
    "short_name": "Crypto ticker",
    "version": "0.0.9",
    "manifest_version": 2,
    "description": "Current price of your favorite crypto currency. Powered by CoinMarketCap.",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/*",
        "alarms",
        "storage",
        "notifications"
    ],
    "options_page": "src\/options\/options.html",
    "browser_action": {
        "default_icon": "icons\/[email protected]",
        "default_title": "Crypto Tracker",
        "default_popup": "src\/popup\/popup.html"
    }
}