Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
什麼是Crypto Ticker?
Crypto Ticker是由Xtrendence開發的Chrome擴展程式,該擴展的主要功能是“A lightweight extension to keep track of cryptocurrency prices.”。
擴展截圖
下載Crypto Ticker擴展crx文件
下載Crypto Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Developer: https://github.com/Xtrendence GitHub: https://github.com/Xtrendence/Chrome-Crypto-Ticker What is Crypto Ticker? Crypto Ticker is a very lightweight Chrome extension that allows you to keep track of cryptocurrency prices. It is fully open-source and doesn't collect any user data. How do I use it? Install it from the Chrome Web Store, click on the extension icon on your toolbar (or in the dropdown extensions menu), enter a coin's symbol or CoinGecko ID, and click on the "Add" button. Some coins may have the same symbol on CoinGecko's API, in which case you'll have to enter the coin's full name or its CoinGecko ID. For example, BAT has the ID "basic-attention-token" as seen in its URL: https://www.coingecko.com/en/coins/basic-attention-token
擴展基本資訊
名稱 | Crypto Ticker |
ID | cbmbekgaigkkhplhnmmaloiklobjdeba |
官方網址 | https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba |
簡介 | A lightweight extension to keep track of cryptocurrency prices. |
檔案大小 | 347 KB |
安裝次數 | 22 |
目前版本 | 1.0 |
更新時間 | 2022-01-08 |
上架時間 | 2022-01-08 |
評分 | 2.00/5 共 1 次評分 |
開發者 | Xtrendence |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://xtrendence.dev |
說明頁面URL | https://github.com/Xtrendence/Chrome-Crypto-Ticker |
隱私政策頁面URL | https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Ticker", "description": "A lightweight extension to keep track of cryptocurrency prices.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/assets\/img\/Icon-16.png", "32": "src\/assets\/img\/Icon-32.png", "48": "src\/assets\/img\/Icon-48.png", "128": "src\/assets\/img\/Icon-128.png" } }, "icons": { "16": "src\/assets\/img\/Icon-16.png", "32": "src\/assets\/img\/Icon-32.png", "48": "src\/assets\/img\/Icon-48.png", "128": "src\/assets\/img\/Icon-128.png" }, "permissions": [ "storage" ] } |