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.
Apa itu ASCII Art Console for Browser?
ASCII Art Console for Browser adalah ekstensi Chrome yang dikembangkan oleh beamappzone, dan fitur utamanya adalah "ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ASCII Art Console for Browser
Unduh file ekstensi ASCII Art Console for Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ASCII Art Console for Browser |
ID | leaghjhaebmgfbjajnicopickeelccjf |
URL Resmi | https://chromewebstore.google.com/detail/ascii-art-console-for-bro/leaghjhaebmgfbjajnicopickeelccjf |
Deskripsi | ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more. |
Ukuran File | 32.77 KB |
Jumlah Instalasi | 187 |
Versi Saat Ini | 1.0.2.2 |
Terakhir Diperbarui | 2021-01-02 |
Tanggal Publikasi | 2021-01-01 |
Pengembang | beamappzone |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://thetimetube.herokuapp.com/asciiart/ |
URL Halaman Bantuan | https://thetimetube.herokuapp.com/asciiart/ |
Bahasa yang Didukung | 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" } |