Ethereum Tracker - Euro Price (ETHEUR)

Real-time Ethereum Euro price tracker !

Ethereum Tracker - Euro Price (ETHEUR)คืออะไร?

Ethereum Tracker - Euro Price (ETHEUR) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HamsterApps และคุณลักษณะหลักของมันคือ "Real-time Ethereum Euro price tracker !"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethereum Tracker - Euro Price (ETHEUR)

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

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

                        Track the Ethereum exchange rate in euros (ETHEUR) in real-time.

Features:
- See the current rate with only a glance, zero click required, auto-refresh.
- Intelligent notifications when huge increase/decrease.                    

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

ชื่อ Ethereum Tracker - Euro Price (ETHEUR) Ethereum Tracker - Euro Price (ETHEUR)
ID mblpipfoicjgcokcnnmbebnlooldfdjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc
คำอธิบาย Real-time Ethereum Euro price tracker !
ขนาดไฟล์ 18.8 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2017-05-04
วันที่เผยแพร่ 2017-05-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา HamsterApps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://raphlight.free.fr
ภาษาที่รองรับ en,fr
manifest.json
{
    "author": "Rapha\u00ebl L\u00e9ger",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "notifications",
        "https:\/\/api.kraken.com\/0\/public\/Ticker"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4"
}