Cryptocurrency Ticker
Show the price of specified cryptocurrency in badge or tabs.
Cryptocurrency Ticker क्या है?
Cryptocurrency Ticker nongyehezuoshe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the price of specified cryptocurrency in badge or tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cryptocurrency Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show the price of specified cryptocurrency in badge or tabs. You can customize which trading pairs are displayed from the options page. such as BTC-USDT, ETH-USDT, and so on.
एक्सटेंशन की मूल जानकारी
नाम | Cryptocurrency Ticker |
ID | omchhbokcmpfemeeifmlbighcbnomogk |
आधिकारिक URL | https://chromewebstore.google.com/detail/cryptocurrency-ticker/omchhbokcmpfemeeifmlbighcbnomogk |
विवरण | Show the price of specified cryptocurrency in badge or tabs. |
फ़ाइल का आकार | 44.9 KB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 3.0.0.0 |
अंतिम अपडेट | 2023-05-17 |
प्रकाशन तिथि | 2022-09-07 |
डेवलपर | nongyehezuoshe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/nongyehezuoshe/cointicker |
सहायता पृष्ठ URL | https://github.com/nongyehezuoshe/cointicker/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/nongyehezuoshe/privacy/blob/main/README.md |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "3.0.0.0", "description": "__MSG_ext_des__", "default_locale": "en", "action": { "default_icon": { "16": "icons\/icon.png", "24": "icons\/icon.png", "32": "icons\/icon.png" }, "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "icons": { "128": "icons\/icon.png" }, "background": { "service_worker": "background.js" }, "options_page": "html\/options.html", "web_accessible_resources": [ { "resources": [ "img\/*", "icons\/*" ], "matches": [ " |