ansi-colors-chrome-extension
Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)
Co je ansi-colors-chrome-extension?
ansi-colors-chrome-extension je rozšíření Chrome vyvinuté https://gableroux.com, a jeho hlavní funkcí je „Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ansi-colors-chrome-extension
Stáhněte si soubory rozšíření ansi-colors-chrome-extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Convert ANSI characters to colors on the fly / on button click for the lazy ones. This open source plugins reads the content of the page when you click the extension icon and runs rburns/ansi-to-html on the current page to convert from hard to read characters to actual html without ansi codes. All details and changelog is available on the public repository of this plugin.
Základní Informace o Rozšíření
Název | ansi-colors-chrome-extension |
ID | hpkomngllcnigoocaolicfknnhibnmfi |
Oficiální URL | https://chromewebstore.google.com/detail/ansi-colors-chrome-extens/hpkomngllcnigoocaolicfknnhibnmfi |
Popis | Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome) |
Velikost souboru | 308 KB |
Počet instalací | 407 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2021-02-16 |
Datum Vydání | 2017-08-18 |
Hodnocení | 2.50/5 Celkem 6 Hodnocení |
Vývojář | https://gableroux.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/GabLeRoux/ansi-colors-chrome-extension |
URL Stránky Nápovědy | https://github.com/GabLeRoux/ansi-colors-chrome-extension/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ansi-colors-chrome-extension", "version": "0.0.6", "manifest_version": 2, "description": "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "file:\/\/\/*", "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "ansi colors chrome extension" } } |