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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |