Crypto Tab
Replace the New Tab page with Bitcoin price chart
What is Crypto Tab?
Crypto Tab is a Chrome extension developed by Dev Labs, and its main feature is "Replace the New Tab page with Bitcoin price chart".
Extension Screenshots
Download Crypto Tab Extension CRX File
Download Crypto Tab 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
New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index.
Extension Basic Information
Name | Crypto Tab |
ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
Official URL | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
Description | Replace the New Tab page with Bitcoin price chart |
File Size | 109 KB |
Installation Count | 8,740 |
Current Version | 1.0.4 |
Last Updated | 2018-01-18 |
Publish Date | 2018-01-18 |
Rating | 4.60/5 Total 134 Ratings |
Developer | Dev Labs |
[email protected] | |
Payment Type | free |
Extension Website | https://crypto-tab.com |
Help Page URL | https://github.com/superKalo/crypto-tab |
Privacy Policy Page URL | https://privacy.devlabs.bg |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", "version": "1.0.4", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*", "https:\/\/api.crypto-tab.com\/**\/*", "storage" ] } |