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
Eメール [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"
    }
}