Crypto Currency Price Ticker
Crypto Currency Price Ticker
Apa itu Crypto Currency Price Ticker?
Crypto Currency Price Ticker adalah ekstensi Chrome yang dikembangkan oleh wangsai.silence, dan fitur utamanya adalah "Crypto Currency Price Ticker".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crypto Currency Price Ticker
Unduh file ekstensi Crypto Currency Price Ticker 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
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.
Informasi Dasar Ekstensi
Nama | Crypto Currency Price Ticker |
ID | mijakhgijdnecolfkgnhfdfcbpakggic |
URL Resmi | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
Deskripsi | Crypto Currency Price Ticker |
Ukuran File | 121 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.3.9 |
Terakhir Diperbarui | 2021-08-27 |
Tanggal Publikasi | 2020-07-27 |
Pengembang | wangsai.silence |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Currency Price Ticker", "short_name": "CCPT", "version": "1.3.9", "description": "Crypto Currency Price Ticker", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_title": "Crypto Currency Price Ticker", "browser_style": true, "default_popup": "src\/popup\/choose_symbol.html" }, "background": { "scripts": [ "src\/libs\/bignumber.min.js", "src\/exchanges\/proxy.js", "src\/storage.js", "src\/background.js" ] }, "permissions": [ "storage", "http:\/\/addons.wangsai.site" ], "default_locale": "en_US", "applications": { "gecko": { "id": "[email protected]" } } } |