Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
What is Cryptotab?
Cryptotab is a Chrome extension developed by Vladyslav Khrystych, and its main feature is "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".
Extension Screenshots
Download Cryptotab Extension CRX File
Download Cryptotab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
Official URL | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
Description | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
File Size | 262 KB |
Installation Count | 52 |
Current Version | 0.0.0.1 |
Last Updated | 2021-10-07 |
Publish Date | 2021-10-06 |
Developer | Vladyslav Khrystych |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
Supported Languages | 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'" } |