Ethereum (ETH) | Simple Ticker
Displays quick information about the current price of Ethereum in your browser's toolbar.
什麼是Ethereum (ETH) | Simple Ticker?
Ethereum (ETH) | Simple Ticker是由txpetr.cz開發的Chrome擴展程式,該擴展的主要功能是“Displays quick information about the current price of Ethereum in your browser's toolbar.”。
擴展截圖
下載Ethereum (ETH) | Simple Ticker擴展crx文件
下載Ethereum (ETH) | Simple Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Description ------------------ This plugin displays the current Ethereum (ETH) price in USD ($) from coinlib.io simply in your browser's toolbar so you can see it immediately. Functions ---------------- - currency: USD - price check every minute - badge color according to the current (last 24h) exchange rate (red = down, green = up) - popup window with statistics after clicking on the toolbar icon History ------------- v 1.0.1 (09.01.2021) - blinking badge when extension rate changed - click event on icon removed and replaced with data popup - detailed statistics in toolbar context menu v 1.0.0 (07.01.2021) - price check every minute - badge color according to the current exchange rate - clicking on the icon redirects to statistics - currency: USD
擴展基本資訊
名稱 | Ethereum (ETH) | Simple Ticker |
ID | pkgenfkfcfpimlfiijgnkmdmoggfeopl |
官方網址 | https://chromewebstore.google.com/detail/ethereum-eth-simple-ticke/pkgenfkfcfpimlfiijgnkmdmoggfeopl |
簡介 | Displays quick information about the current price of Ethereum in your browser's toolbar. |
檔案大小 | 314 KB |
安裝次數 | 56 |
目前版本 | 1.0.1 |
更新時間 | 2021-01-11 |
上架時間 | 2021-01-10 |
開發者 | txpetr.cz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.txpetr.cz/ |
說明頁面URL | https://www.txpetr.cz/ |
隱私政策頁面URL | https://www.txpetr.cz/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ethereum (ETH) | Simple Ticker", "description": "Displays quick information about the current price of Ethereum in your browser's toolbar.", "version": "1.0.1", "icons": { "128": "icons\/128.png" }, "browser_action": { "default_title": "Ethereum (ETH)", "default_icon": "icons\/19.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/coinlib.io\/coin\/ETH\/Ethereum", "contextMenus" ] } |