Brainfuck interpreter

Brainfuck interpreter for the hobyist

What is Brainfuck interpreter?

Brainfuck interpreter is a Chrome extension developed by phillipjouber, and its main feature is "Brainfuck interpreter for the hobyist".

Extension Screenshots

screenshot

Download Brainfuck interpreter Extension CRX File

Download Brainfuck interpreter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Brainfuck interpreter Brainfuck interpreter
ID gijcjkpkfiihmdcfcaobnekaffbjpjbh
Official URL https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh
Description Brainfuck interpreter for the hobyist
File Size 172 KB
Installation Count 54
Current Version 0.2.2
Last Updated 2014-10-22
Publish Date 2014-10-22
Rating 5.00/5 Total 1 Ratings
Developer phillipjouber
Payment Type free
Supported Languages 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"
    }
}