Brainfuck interpreter
Brainfuck interpreter for the hobyist
Brainfuck interpreter là gì?
Brainfuck interpreter là một tiện ích mở rộng Chrome được phát triển bởi phillipjouber, và tính năng chính của nó là "Brainfuck interpreter for the hobyist".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Brainfuck interpreter
Tải xuống các tệp mở rộng Brainfuck interpreter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Brainfuck interpreter |
ID | gijcjkpkfiihmdcfcaobnekaffbjpjbh |
URL Chính Thức | https://chromewebstore.google.com/detail/brainfuck-interpreter/gijcjkpkfiihmdcfcaobnekaffbjpjbh |
Mô tả | Brainfuck interpreter for the hobyist |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2014-10-22 |
Ngày Phát Hành | 2014-10-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | phillipjouber |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |