MyCrypto
The Top 10 Cryptocurrencies ranking from highest to lowest
Hvad er MyCrypto?
MyCrypto er en Chrome-udvidelse udviklet af info.screengrabr, og dens hovedfunktion er "The Top 10 Cryptocurrencies ranking from highest to lowest".
Udvidelsesskærmbilleder
Download MyCrypto-udvidelses-CRX-fil
Download MyCrypto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A cryptocurrency (or “crypto”) is a digital currency that can be used to buy goods and services, but uses an online ledger with strong cryptography to secure online transactions. Much of the interest in these unregulated currencies is to trade for profit, with speculators at times driving prices skyward. We are displaying the detail of top 10 crypto currencies .
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lcfeeincnkoghakocbmdekpibmdckmen |
Officiel URL | https://chrome.google.com/webstore/detail/mycrypto/lcfeeincnkoghakocbmdekpibmdckmen |
Beskrivelse | The Top 10 Cryptocurrencies ranking from highest to lowest |
Filstørrelse | 287 KB |
Antal Installationer | 17 |
Nuværende Version | 3.0.1 |
Senest Opdateret | 2021-04-25 |
Udgivelsesdato | 2021-04-02 |
Bedømmelse | 5.00/5 Samlet 34 Bedømmelser |
Udvikler | info.screengrabr |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyCrypto", "version": "3.0.1", "description": "The Top 10 Cryptocurrencies ranking from highest to lowest", "manifest_version": 2, "icons": { "16": "files\/img\/icon16.png", "48": "files\/img\/icon48.png", "128": "files\/img\/icon128.png" }, "browser_action": { "default_icon": "files\/img\/logo.png", "default_popup": "extension.html" }, "background": { "scripts": [ "files\/js\/extension.js" ] } } |