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.

What is ASCII Art Console for Browser?

ASCII Art Console for Browser is a Chrome extension developed by beamappzone, and its main feature is "ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.".

Extension Screenshots

screenshot

Download ASCII Art Console for Browser Extension CRX File

Download ASCII Art Console for Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ASCII Art Console for Browser ASCII Art Console for Browser
ID leaghjhaebmgfbjajnicopickeelccjf
Official URL https://chromewebstore.google.com/detail/ascii-art-console-for-bro/leaghjhaebmgfbjajnicopickeelccjf
Description ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.
File Size 32.77 KB
Installation Count 187
Current Version 1.0.2.2
Last Updated 2021-01-02
Publish Date 2021-01-01
Developer beamappzone
Email [email protected]
Payment Type free
Extension Website https://thetimetube.herokuapp.com/asciiart/
Help Page URL https://thetimetube.herokuapp.com/asciiart/
Supported Languages 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"
}