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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Chrome Extension for Augur Chrome Extension for Augur
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"
    ]
}