Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Hvad er Cryptotab?
Cryptotab er en Chrome-udvidelse udviklet af Vladyslav Khrystych, og dens hovedfunktion er "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".
Udvidelsesskærmbilleder
Download Cryptotab-udvidelses-CRX-fil
Download Cryptotab-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
Officiel URL | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
Beskrivelse | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
Filstørrelse | 262 KB |
Antal Installationer | 52 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2021-10-07 |
Udgivelsesdato | 2021-10-06 |
Udvikler | Vladyslav Khrystych |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
Understøttede Sprog | 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'" } |