ASCII Art Console for Browser
ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.
ASCII Art Console for Browser là gì?
ASCII Art Console for Browser là một tiện ích mở rộng Chrome được phát triển bởi beamappzone, và tính năng chính của nó là "ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.".
Ả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 ASCII Art Console for Browser
Tải xuống các tệp mở rộng ASCII Art Console for Browser 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
This console app is a ASCII art generator for a Chrome browser. This app only works locally without going through the server. It allows you to create ASCII art from your text instantly and real-time. This app allows you to generate text banners, in a variety of typefaces, composed of letters made up of conglomerations of smaller ASCII characters. Supports 280 multiple fonts, horizontal layout, vertical layout, width options for ASCII art.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ASCII Art Console for Browser |
ID | leaghjhaebmgfbjajnicopickeelccjf |
URL Chính Thức | https://chromewebstore.google.com/detail/ascii-art-console-for-bro/leaghjhaebmgfbjajnicopickeelccjf |
Mô tả | ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more. |
Kích Thước Tệp | 32.77 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.0.2.2 |
Cập Nhật Lần Cuối | 2021-01-02 |
Ngày Phát Hành | 2021-01-01 |
Nhà Phát Triển | beamappzone |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thetimetube.herokuapp.com/asciiart/ |
URL Trang Trợ Giúp | https://thetimetube.herokuapp.com/asciiart/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.2.2" } |