Brainfuck interpreter
Brainfuck interpreter for the hobyist
¿Qué es Brainfuck interpreter?
Brainfuck interpreter es una extensión de Chrome desarrollada por phillipjouber, y su función principal es "Brainfuck interpreter for the hobyist".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Brainfuck interpreter
Descarga archivos de extensión Brainfuck interpreter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Brainfuck interpreter |
ID | gijcjkpkfiihmdcfcaobnekaffbjpjbh |
URL Oficial | https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh |
Descripción | Brainfuck interpreter for the hobyist |
Tamaño del Archivo | 172 KB |
Cantidad de Instalaciones | 54 |
Versión Actual | 0.2.2 |
Última Actualización | 2014-10-22 |
Fecha de Publicación | 2014-10-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | phillipjouber |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |