Brainfuck interpreter
Brainfuck interpreter for the hobyist
Cos'è Brainfuck interpreter?
Brainfuck interpreter è un'estensione di Chrome sviluppata da phillipjouber, e la sua funzione principale è "Brainfuck interpreter for the hobyist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brainfuck interpreter
Scarica i file di estensione Brainfuck interpreter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Brainfuck interpreter |
ID | gijcjkpkfiihmdcfcaobnekaffbjpjbh |
URL Ufficiale | https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh |
Descrizione | Brainfuck interpreter for the hobyist |
Dimensione del File | 172 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2014-10-22 |
Data di Pubblicazione | 2014-10-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | phillipjouber |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |