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 là gì?
ansi-colors-chrome-extension là một tiện ích mở rộng Chrome được phát triển bởi https://gableroux.com, và tính năng chính của nó là "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ansi-colors-chrome-extension
Tải xuống các tệp mở rộng ansi-colors-chrome-extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ansi-colors-chrome-extension |
ID | hpkomngllcnigoocaolicfknnhibnmfi |
URL Chính Thức | https://chromewebstore.google.com/detail/ansi-colors-chrome-extens/hpkomngllcnigoocaolicfknnhibnmfi |
Mô tả | Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome) |
Kích Thước Tệp | 308 KB |
Số Lần Cài Đặt | 407 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-02-16 |
Ngày Phát Hành | 2017-08-18 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://gableroux.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GabLeRoux/ansi-colors-chrome-extension |
URL Trang Trợ Giúp | https://github.com/GabLeRoux/ansi-colors-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |