CryptoRates
Live Cryptocurrency rates for your browser
CryptoRates là gì?
CryptoRates là một tiện ích mở rộng Chrome được phát triển bởi Crypto Rates, và tính năng chính của nó là "Live Cryptocurrency rates for your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CryptoRates
Tải xuống các tệp mở rộng CryptoRates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CryptoRates |
ID | kknbnipbgkcijjfijmkkbeoajnemlhfo |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo |
Mô tả | Live Cryptocurrency rates for your browser |
Kích Thước Tệp | 884 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-12-07 |
Ngày Phát Hành | 2021-07-19 |
Đánh Giá | 5.00/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | Crypto Rates |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.crypto-rates.net/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |