Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Cryptotab क्या है?
Cryptotab Vladyslav Khrystych द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cryptotab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
विवरण | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
फ़ाइल का आकार | 262 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2021-10-07 |
प्रकाशन तिथि | 2021-10-06 |
डेवलपर | Vladyslav Khrystych |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
समर्थित भाषाएँ | 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'" } |