ETH / Ethereum Ticker for Poloniex
Ethereum Price ticker for Poloniex, Updates every 5 seconds.
ما هو ETH / Ethereum Ticker for Poloniex؟
ETH / Ethereum Ticker for Poloniex هو إضافة Chrome تم تطويرها بواسطة Kaakati، والميزة الرئيسية لها هي "Ethereum Price ticker for Poloniex, Updates every 5 seconds.".
تحميل ملف CRX للإضافة ETH / Ethereum Ticker for Poloniex
قم بتنزيل ملفات الامتداد ETH / Ethereum Ticker for Poloniex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Check out other Poloniex tickers by Kaakati for ZEC, Bitcoin & DASH This Extension is free, however if you would like to make a donation to help feed my puppy. For your donations BTC: 1JULAuGxTZMZ44fy63oNRniwBjr55k7zaR ZEC: t1cY4VzYYfA4J74Ssj9mi47x6okFVX1YncH ETH: 0xb7052e56003f779c63e6d5ab37c9c6ca98727c3b
معلومات أساسية عن التمديد
الاسم | |
ID | eogchmcoaekeffdonnikgkflbpaambip |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/eth-ethereum-ticker-for-p/eogchmcoaekeffdonnikgkflbpaambip |
الوصف | Ethereum Price ticker for Poloniex, Updates every 5 seconds. |
حجم الملف | 156 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2017-03-21 |
تاريخ النشر | 2017-03-21 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Kaakati |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH \/ Ethereum Ticker for Poloniex", "version": "0.0.3", "manifest_version": 2, "description": "Ethereum Price ticker for Poloniex, Updates every 5 seconds.", "homepage_url": "http:\/\/poloniex.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Ethereum Price Ticker", "default_popup": "src\/browser_action\/browser_action.html" } } |