Kraken Ticker
Add a ticker with your kraken information balance.
Kraken Ticker क्या है?
Kraken Ticker https://tfeserver.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a ticker with your kraken information balance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kraken Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Display a ticker with the crypto currencies current value, amount owned, and % variation for the last 24 hours.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mihjpkmcbbnjepkdcfblmebdgcceofde |
आधिकारिक URL | https://chromewebstore.google.com/detail/kraken-ticker/mihjpkmcbbnjepkdcfblmebdgcceofde |
विवरण | Add a ticker with your kraken information balance. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 288 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2017-10-09 |
प्रकाशन तिथि | 2017-10-09 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://tfeserver.fr |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tfeserver.be |
सहायता पृष्ठ URL | http://tfeserver.be |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kraken Ticker", "version": "1.9", "description": "Add a ticker with your kraken information balance.", "icons": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "browser_action": { "default_icon": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "default_title": "Kraken ticker", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "*:\/\/api.kraken.com\/*", "alarms" ] } |