Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Vad är Cryptotab?
Cryptotab är en Chrome-tillägg utvecklad av Vladyslav Khrystych, och dess huvudfunktion är "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".
Tilläggsskärmbilder
Ladda ner Cryptotab-förlängningens CRX-fil
Ladda ner Cryptotab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
Officiell webbadress | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
Beskrivning | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
Filstorlek | 262 KB |
Antal Installationer | 52 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2021-10-07 |
Publiceringsdatum | 2021-10-06 |
Utvecklare | Vladyslav Khrystych |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
Stödda Språk | 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'" } |