Brainfuck interpreter

Brainfuck interpreter for the hobyist

Brainfuck interpreterคืออะไร?

Brainfuck interpreter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phillipjouber และคุณลักษณะหลักของมันคือ "Brainfuck interpreter for the hobyist"

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Brainfuck interpreter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Perfect companion for enthusiast and hobbyist programmers . The Brainfuck interpreter is a quick and clean BF code writer and runner, fun for learning BF right in the browser. Includes a hello world sample. New features coming soon.
UPDATE:Added automatic saving, you can now enter and exit the window without worrying about copying or losing your code.
UPDATE:Bug fixes and loading issues fixed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Brainfuck interpreter Brainfuck interpreter
ID gijcjkpkfiihmdcfcaobnekaffbjpjbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh
คำอธิบาย Brainfuck interpreter for the hobyist
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2014-10-22
วันที่เผยแพร่ 2014-10-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา phillipjouber
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brainfuck interpreter",
    "sandbox": {
        "pages": [
            "popup.html"
        ]
    },
    "description": "Brainfuck interpreter for the hobyist ",
    "version": "0.2.2",
    "icons": {
        "16": "images\/cc16.png",
        "48": "images\/cc48.png",
        "128": "images\/cc128.png"
    },
    "browser_action": {
        "default_icon": "images\/cc48.png",
        "default_popup": "bin\/popup.html"
    }
}