Chrome Extension for Augur
Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description.
Chrome Extension for Augur क्या है?
Chrome Extension for Augur https://ftppro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome Extension for Augur एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Augur is a decentralized prediction market which can forecast the outcome of an event based on the 'wisdom of the crowd' principle. This sidebar shows helpful links for every market description, including links to reporters.chat and exploreaugur.com. Normally, you would have to copy-and-paste the Market Description or Market ID to research that market on another website. This extension makes it much easier, since each Market Description can now include links which directly pertain to that market.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mnifnhohflpibclcieelkiohdlecemmg |
आधिकारिक URL | https://chromewebstore.google.com/detail/chrome-extension-for-augu/mnifnhohflpibclcieelkiohdlecemmg |
विवरण | Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description. |
फ़ाइल का आकार | 75.92 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.12 |
अंतिम अपडेट | 2019-03-24 |
प्रकाशन तिथि | 2019-03-24 |
डेवलपर | https://ftppro.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Extension for Augur", "short_name": "Chrome Extension for Augur", "version": "1.12", "description": "Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description.", "manifest_version": 2, "browser_action": { "default_icon": "AugurIcon2.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/ipfs.augur.casino\/*", "https:\/\/augur.casino\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "all_frames": true } ], "web_accessible_resources": [ "AugurExplorer.png", "ReportersChat.gif", "AugurLogo.gif", "AugurIcon2.png" ] } |