Brainfuck interpreter

Brainfuck interpreter for the hobyist

Apa itu Brainfuck interpreter?

Brainfuck interpreter adalah ekstensi Chrome yang dikembangkan oleh phillipjouber, dan fitur utamanya adalah "Brainfuck interpreter for the hobyist".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Brainfuck interpreter

Unduh file ekstensi Brainfuck interpreter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Brainfuck interpreter Brainfuck interpreter
ID gijcjkpkfiihmdcfcaobnekaffbjpjbh
URL Resmi https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh
Deskripsi Brainfuck interpreter for the hobyist
Ukuran File 172 KB
Jumlah Instalasi 54
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2014-10-22
Tanggal Publikasi 2014-10-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang phillipjouber
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}