Brainfuck interpreter

Brainfuck interpreter for the hobyist

Brainfuck interpreter क्या है?

Brainfuck interpreter phillipjouber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brainfuck interpreter for the hobyist"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brainfuck interpreter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}