Browser Haskell

Right click on haskell code to play with it!

Browser Haskellとは何ですか?

Browser HaskellはAneesh Durgによって開発されたChromeの拡張機能で、その主な機能は「Right click on haskell code to play with it!」です。

Browser Haskell拡張機能のCRXファイルをダウンロード

Browser Haskell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Try haskell code in your browser without installing anything.                    

拡張機能の基本情報

名前 Browser Haskell Browser Haskell
ID klkndfbpgehepbkhcjlgcmocedjdkchm
公式URL https://chromewebstore.google.com/detail/browser-haskell/klkndfbpgehepbkhcjlgcmocedjdkchm
説明 Right click on haskell code to play with it!
ファイルサイズ 88.98 KB
インストール数 12
現在のバージョン 1.0
最終更新日 2017-01-18
公開日 2017-01-18
評価 3.00/5 合計 1 レビュー
開発者 Aneesh Durg
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.browserhaskell.tk/editor
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.1.1.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "description": "Right click on haskell code to play with it!",
    "minimum_chrome_version": "6",
    "name": "Browser Haskell",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0",
    "manifest_version": 2
}