Gitlab CI logs viewer

View full logs from Gitlab CI with ANSI code highlight

Gitlab CI logs viewerคืออะไร?

Gitlab CI logs viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 7rulnik และคุณลักษณะหลักของมันคือ "View full logs from Gitlab CI with ANSI code highlight"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gitlab CI logs viewer

ดาวน์โหลดไฟล์ส่วนขยาย Gitlab CI logs viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for viewing full CI logs from Gitlab. If you have large logs Gitlab will show only part for it. Gitlab has a link to the full log but it's completely unusable due of lack ANSI code highlight and text formatting. This extension parses ANSI codes and shows your's full logs with code highlights.

It works with self-hosted Gitlab instances for links like http(s)://[your-gitlab-hostname]/[path-to-project]/-/jobs/[job-number]/raw and with gitlab.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gitlab CI logs viewer Gitlab CI logs viewer
ID mjjniaplbhdjmhkmfknkbemfjghofaff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gitlab-ci-logs-viewer/mjjniaplbhdjmhkmfknkbemfjghofaff
คำอธิบาย View full logs from Gitlab CI with ANSI code highlight
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 495
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-06-01
วันที่เผยแพร่ 2020-05-03
ผู้พัฒนา 7rulnik
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/7rulnik/gitlab-job-log-viewer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gitlab CI logs viewer",
    "description": "View full logs from Gitlab CI with ANSI code highlight",
    "version": "0.0.3",
    "homepage_url": "https:\/\/github.com\/7rulnik\/gitlab-job-log-viewer",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*\/-\/jobs\/*\/raw",
                "*:\/\/*\/*\/*\/*\/*\/*\/*\/job.log*",
                "https:\/\/storage.googleapis.com\/gitlab-gprd-artifacts\/*\/job.log*"
            ],
            "css": [
                "static\/css\/main.3bf5eea2.chunk.css"
            ],
            "js": [
                "static\/js\/runtime-main.109c6180.js",
                "static\/js\/2.6e1fcff8.chunk.js",
                "static\/js\/main.138f6f9b.chunk.js"
            ]
        }
    ]
}