Brainfuck interpreter
Brainfuck interpreter for the hobyist
Что такое Brainfuck interpreter?
Brainfuck interpreter - это расширение Chrome, разработанное phillipjouber, и его основная функция - "Brainfuck interpreter for the hobyist".
Снимки экрана расширения
Скачать файл CRX расширения Brainfuck interpreter
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
}
} | |