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開發的Chrome擴展程式,該擴展的主要功能是“Augur is a decentralized prediction market platform. This sidebar shows helpful links for every market description.”。
擴展截圖
下載Chrome Extension for Augur擴展crx文件
下載Chrome Extension for Augur擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |