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 هو إضافة Chrome تم تطويرها بواسطة beamappzone، والميزة الرئيسية لها هي "ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ASCII Art Console for Browser

قم بتنزيل ملفات الامتداد ASCII Art Console for Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة 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"
}