Dogecoin AllInOne: DOGE Ticker/Wallet viewer
Everything about Dogecoin in one extension
Dogecoin AllInOne: DOGE Ticker/Wallet viewer क्या है?
Dogecoin AllInOne: DOGE Ticker/Wallet viewer Zed's Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Everything about Dogecoin in one extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dogecoin AllInOne: DOGE Ticker/Wallet viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Dogecoin All-in-one, you will be able to gather informations you really need : - Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency - Evolution for current day - Customizable addresses balances Source code is public: no malware, no weird permissions, no bullshit. You can check the source code on Github (https://github.com/ZedsDev/dogecoin-allinone) If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/dogecoin-allinone/issues) To the moon!
एक्सटेंशन की मूल जानकारी
नाम | Dogecoin AllInOne: DOGE Ticker/Wallet viewer |
ID | egbmffkgnnmfcnjhcmdajehbnehnjaoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo |
विवरण | Everything about Dogecoin in one extension |
फ़ाइल का आकार | 887 KB |
स्थापना संख्या | 459 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2021-03-26 |
प्रकाशन तिथि | 2021-03-23 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Zed's Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ZedsDev/dogecoin-allinone |
सहायता पृष्ठ URL | https://github.com/ZedsDev/dogecoin-allinone/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogecoin AllInOne: DOGE Ticker\/Wallet viewer", "version": "1.1.1", "manifest_version": 2, "description": "Everything about Dogecoin in one extension", "icons": { "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png", "128": "static\/images\/icon128.png" }, "options_page": "options\/options.html", "browser_action": { "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "scripts": [ "static\/js\/config.js", "static\/js\/app.js", "static\/js\/background.js" ] }, "permissions": [ "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=XDG*", "https:\/\/dogechain.info\/api\/v1\/address\/balance\/*", "https:\/\/fonts.googleapis.com\/*" ] } |