Chrome Extension for Augur
Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description.
Chrome Extension for Augur là gì?
Chrome Extension for Augur là một tiện ích mở rộng Chrome được phát triển bởi https://ftppro.com, và tính năng chính của nó là "Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome Extension for Augur
Tải xuống các tệp mở rộng Chrome Extension for Augur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mnifnhohflpibclcieelkiohdlecemmg |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-extension-for-augu/mnifnhohflpibclcieelkiohdlecemmg |
Mô tả | Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description. |
Kích Thước Tệp | 75.92 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.12 |
Cập Nhật Lần Cuối | 2019-03-24 |
Ngày Phát Hành | 2019-03-24 |
Nhà Phát Triển | https://ftppro.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |