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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |