Just Solana Ticker [PRO]
Super lightweight minimalist extension that displays the current Solana (SOL) Coin price in USD. Price pulled from Coingecko's v3…
什麼是Just Solana Ticker [PRO]?
Just Solana Ticker [PRO]是由https://cpte-org.github.io開發的Chrome擴展程式,該擴展的主要功能是“Super lightweight minimalist extension that displays the current Solana (SOL) Coin price in USD. Price pulled from Coingecko's v3…”。
擴展截圖
下載Just Solana Ticker [PRO]擴展crx文件
下載Just Solana Ticker [PRO]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Super lightweight minimalist extension that displays the current Solana (SOL) Coin price in USD.
Price pulled from Coingecko's v3 API.
Other coins? Download here -> https://cpte-org.github.io/
------------------
Code here: https://github.com/cpte-org/Crypto-price-ticker-extension
If you like this feel free to donate:
BTC: 1DtTKJJosqgF4NzJHBqwMXGWoYwtpBoxpx
ETH address: www.accepte.eth ||0x3AF9fE35D280ADA5a5edB1BEf3ED872a3231d73C 擴展基本資訊
| 名稱 | |
| ID | ijkgnghfcjkghhdkbgfjibooiflohcif |
| 官方網址 | https://chromewebstore.google.com/detail/just-solana-ticker-pro/ijkgnghfcjkghhdkbgfjibooiflohcif |
| 簡介 | Super lightweight minimalist extension that displays the current Solana (SOL) Coin price in USD. Price pulled from Coingecko's v3… |
| 檔案大小 | 16.7 KB |
| 安裝次數 | 123 |
| 目前版本 | 3.0.0 |
| 更新時間 | 2024-02-14 |
| 上架時間 | 2022-02-03 |
| 開發者 | https://cpte-org.github.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://cpte-org.github.io/ |
| 說明頁面URL | https://github.com/cpte-org/Crypto-price-ticker-extension/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Just Solana Ticker [PRO]",
"version": "3.0.0",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"storage",
"alarms"
],
"action": {
"default_icon": "icon-48.png"
},
"background": {
"service_worker": "background.js"
}
} | |