Brainfuck interpreter

Brainfuck interpreter for the hobyist

Wat is Brainfuck interpreter?

Brainfuck interpreter is een Chrome-extensie ontwikkeld door phillipjouber, en de belangrijkste functie is "Brainfuck interpreter for the hobyist".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brainfuck interpreter

Download Brainfuck interpreter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Brainfuck interpreter Brainfuck interpreter
ID gijcjkpkfiihmdcfcaobnekaffbjpjbh
Officiële URL https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh
Beschrijving Brainfuck interpreter for the hobyist
Bestandsgrootte 172 KB
Aantal Installaties 54
Huidige Versie 0.2.2
Laatst Bijgewerkt 2014-10-22
Publicatiedatum 2014-10-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar phillipjouber
Betalingswijze free
Ondersteunde Talen 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"
    }
}