Browser Haskell

Right click on haskell code to play with it!

Browser Haskellคืออะไร?

Browser Haskell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aneesh Durg และคุณลักษณะหลักของมันคือ "Right click on haskell code to play with it!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Haskell

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}