Crypto Tab
Replace the New Tab page with Bitcoin price chart
Apa itu Crypto Tab?
Crypto Tab adalah ekstensi Chrome yang dikembangkan oleh Dev Labs, dan fitur utamanya adalah "Replace the New Tab page with Bitcoin price chart".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crypto Tab
Unduh file ekstensi Crypto Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Crypto Tab |
ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
URL Resmi | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
Deskripsi | Replace the New Tab page with Bitcoin price chart |
Ukuran File | 109 KB |
Jumlah Instalasi | 8,740 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2018-01-18 |
Tanggal Publikasi | 2018-01-18 |
Penilaian | 4.60/5 Total 134 Penilaian |
Pengembang | Dev Labs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://crypto-tab.com |
URL Halaman Bantuan | https://github.com/superKalo/crypto-tab |
URL Halaman Kebijakan Privasi | https://privacy.devlabs.bg |
Bahasa yang Didukung | 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" ] } |