Crypto Ticker
Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
什麼是Crypto Ticker?
Crypto Ticker是由epubreader開發的Chrome擴展程式,該擴展的主要功能是“Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.”。
擴展截圖
下載Crypto Ticker擴展crx文件
下載Crypto Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds. If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed. Please contact cryptotickerext at gmail dot com for support.
擴展基本資訊
名稱 | Crypto Ticker |
ID | lnlbponfieopeapilgijoffpadgnjgef |
官方網址 | https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef |
簡介 | Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos. |
檔案大小 | 19.33 KB |
安裝次數 | 1,627 |
目前版本 | 1.0.18 |
更新時間 | 2021-01-08 |
上架時間 | 2018-12-29 |
評分 | 3.63/5 共 8 次評分 |
開發者 | epubreader |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Ticker", "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.", "icons": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "version": "1.0.18", "author": "Crypton", "browser_action": { "default_icon": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "default_title": "Crypto Ticker", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/rate.js", "js\/background.js" ] }, "permissions": [ "https:\/\/api.coincap.io\/", "https:\/\/www.ecb.europa.eu\/", "storage" ] } |