Cryptools - Crypto Conversion App
No more need to open multiple tabs or check various websites to know the current value of your cryptos. Our extension brings…
Cryptools - Crypto Conversion App란 무엇입니까?
Cryptools - Crypto Conversion App은(는) https://decryptosphere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No more need to open multiple tabs or check various websites to know the current value of your cryptos. Our extension brings…"입니다.
확장 프로그램 스크린샷
Cryptools - Crypto Conversion App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more need to open multiple tabs or check various websites to know the current value of your cryptos. Our extension brings real-time conversion rates right into your browser. Cryptools is a Google Chrome extension that makes life easier for everyone dabbling in cryptocurrencies. ⭐ New features & updates: - Crypto search field in both tabs - Faster price updates - Improved data reliability 🔑 Key Features: ✅ Real-time conversion: Our extension converts cryptocurrencies to USD in real-time. Just input the amount of crypto you have, and we'll show you how much it's worth in USD. ✅ Crypto Information: Access a comprehensive list of major cryptocurrencies with their current prices right from your browser. You can also refresh this list with a single click to get the latest information. ✅ Multiple Crypto Support: Bitcoin, Ethereum, Litecoin, Ripple, and many more are supported. ✅ Intuitive User Interface: With a clear and easy-to-use user interface, you don’t need to be a tech whizz to use our extension. So, ready to simplify your crypto trading experience? Add Cryptools Crypto Converter to your browser today and always stay updated with your cryptocurrencies' values.
확장 프로그램 기본 정보
이름 | Cryptools - Crypto Conversion App |
ID | fbimehifgbipcapdnonpakceifknboef |
공식 URL | https://chromewebstore.google.com/detail/cryptools-crypto-conversi/fbimehifgbipcapdnonpakceifknboef |
설명 | No more need to open multiple tabs or check various websites to know the current value of your cryptos. Our extension brings… |
파일 크기 | 71.4 KB |
설치 횟수 | 31 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-08-05 |
출시 날짜 | 2023-06-14 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://decryptosphere.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://decryptosphere.com/ |
도움말 페이지 URL | https://decryptosphere.com/contact/ |
개인정보 보호 정책 페이지 URL | https://decryptosphere.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cryptools - Crypto Conversion App", "version": "1.2.2", "permissions": [ "storage", "https:\/\/cryptools-ten.vercel.app\/" ], "manifest_version": 3, "action": { "default_title": "Click to view a popup", "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |