Brainfuck interpreter

Brainfuck interpreter for the hobyist

什麼是Brainfuck interpreter?

Brainfuck interpreter是由phillipjouber開發的Chrome擴展程式,該擴展的主要功能是“Brainfuck interpreter for the hobyist”。

擴展截圖

screenshot

下載Brainfuck interpreter擴展crx文件

下載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
官方網址 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"
    }
}