Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Cryptotab là gì?
Cryptotab là một tiện ích mở rộng Chrome được phát triển bởi Vladyslav Khrystych, và tính năng chính của nó là "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".
Ả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 Cryptotab
Tải xuống các tệp mở rộng Cryptotab 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
With CryptoTab extension you can access your most-used websites very fast and also see latest top-8 cryptocurrencies rates on top. You can easily change saved website links and using search powered by Google. On the "Crypto shortcuts" tab you'll find most popular resources related to the world of cryptocurrencies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
Mô tả | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
Kích Thước Tệp | 262 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2021-10-07 |
Ngày Phát Hành | 2021-10-06 |
Nhà Phát Triển | Vladyslav Khrystych |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cryptotab", "description": "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial", "version": "0.0.0.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "topSites", "chrome:\/\/favicon\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |