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 |
公式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 |
Eメール | [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" ] } |