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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gableroux.com และคุณลักษณะหลักของมันคือ "Renders ansi escape characters on current page (ex: a log file with ansi colors viewed in chrome)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ansi-colors-chrome-extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |