Brainfuck interpreter
Brainfuck interpreter for the hobyist
什么是Brainfuck interpreter?
Brainfuck interpreter是由phillipjouber开发的Chrome扩展程序,该扩展的主要功能是“Brainfuck interpreter for the hobyist”。
扩展截图
下载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 |
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" } } |