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.
Qu'est-ce que ASCII Art Console for Browser ?
ASCII Art Console for Browser est une extension Chrome développée par beamappzone, et sa fonction principale est "ASCII art creator for a browser. Create ASCII art from your text instantly and real-time. Supports 280 multiple fonts, and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ASCII Art Console for Browser
Téléchargez les fichiers d'extension ASCII Art Console for Browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ASCII Art Console for Browser |
ID | leaghjhaebmgfbjajnicopickeelccjf |
URL Officiel | 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. |
Taille du Fichier | 32.77 KB |
Nombre d'Installations | 187 |
Version Actuelle | 1.0.2.2 |
Dernière Mise à Jour | 2021-01-02 |
Date de Publication | 2021-01-01 |
Développeur | beamappzone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thetimetube.herokuapp.com/asciiart/ |
URL de la Page d'Aide | https://thetimetube.herokuapp.com/asciiart/ |
Langues Prises en Charge | 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" } |