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?

ASCII Art Console for Browser是由beamappzone開發的Chrome擴展程式,該擴展的主要功能是“ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.”。

擴展截圖

screenshot

下載ASCII Art Console for Browser擴展crx文件

下載ASCII Art Console for Browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ASCII Art Console for Browser ASCII Art Console for Browser
ID leaghjhaebmgfbjajnicopickeelccjf
官方網址 https://chromewebstore.google.com/detail/ascii-art-console-for-bro/leaghjhaebmgfbjajnicopickeelccjf
簡介 ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.
檔案大小 32.77 KB
安裝次數 187
目前版本 1.0.2.2
更新時間 2021-01-02
上架時間 2021-01-01
開發者 beamappzone
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thetimetube.herokuapp.com/asciiart/
說明頁面URL https://thetimetube.herokuapp.com/asciiart/
支援的語言 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"
}