Crypto Ticker
A lightweight extension to keep track of cryptocurrency prices.
Crypto Tickerคืออะไร?
Crypto Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xtrendence และคุณลักษณะหลักของมันคือ "A lightweight extension to keep track of cryptocurrency prices."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Ticker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |