CryptoRates
Live Cryptocurrency rates for your browser
CryptoRates란 무엇입니까?
CryptoRates은(는) Crypto Rates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live Cryptocurrency rates for your browser"입니다.
확장 프로그램 스크린샷
CryptoRates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened. Keep up-to-date with the latest exchange rates for your cryptocurrency investments! Contact Us: https://www.crypto-rates.net/contact-us.html About Us: https://www.crypto-rates.net/about-us.html Terms of Use: https://www.crypto-rates.net/terms.html Privacy Policy: https://www.crypto-rates.net/privacy-policy.html
확장 프로그램 기본 정보
이름 | CryptoRates |
ID | kknbnipbgkcijjfijmkkbeoajnemlhfo |
공식 URL | https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo |
설명 | Live Cryptocurrency rates for your browser |
파일 크기 | 884 KB |
설치 횟수 | 20 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-12-07 |
출시 날짜 | 2021-07-19 |
평점 | 5.00/5 총 27 개의 평점 |
개발자 | Crypto Rates |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.crypto-rates.net/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoRates ", "version": "1.0.1", "manifest_version": 2, "description": "Live Cryptocurrency rates for your browser", "permissions": [], "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "myScript.js" ] } ] } |