ansi-colors-chrome-extension

Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)

什么是ansi-colors-chrome-extension?

ansi-colors-chrome-extension是由https://gableroux.com开发的Chrome扩展程序,该扩展的主要功能是“Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)”。

扩展截图

screenshot

下载ansi-colors-chrome-extension扩展crx文件

下载ansi-colors-chrome-extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ansi-colors-chrome-extension ansi-colors-chrome-extension
ID hpkomngllcnigoocaolicfknnhibnmfi
官方URL https://chromewebstore.google.com/detail/ansi-colors-chrome-extens/hpkomngllcnigoocaolicfknnhibnmfi
简介 Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)
文件大小 308 KB
安装次数 407
当前版本 0.0.6
更新时间 2021-02-16
上架时间 2017-08-18
评分 2.50/5 共6次评分
开发者 https://gableroux.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/GabLeRoux/ansi-colors-chrome-extension
帮助页面URL https://github.com/GabLeRoux/ansi-colors-chrome-extension/issues
支持的语言 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"
    }
}