Brainfuck interpreter
Brainfuck interpreter for the hobyist
Vad är Brainfuck interpreter?
Brainfuck interpreter är en Chrome-tillägg utvecklad av phillipjouber, och dess huvudfunktion är "Brainfuck interpreter for the hobyist".
Tilläggsskärmbilder
Ladda ner Brainfuck interpreter-förlängningens CRX-fil
Ladda ner Brainfuck interpreter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gijcjkpkfiihmdcfcaobnekaffbjpjbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh |
| Beskrivning | Brainfuck interpreter for the hobyist |
| Filstorlek | 172 KB |
| Antal Installationer | 54 |
| Aktuell Version | 0.2.2 |
| Senast Uppdaterad | 2014-10-22 |
| Publiceringsdatum | 2014-10-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | phillipjouber |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |