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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |