GitLab Web Debugger
Allows easy debugging of GitLab.com (and other official GitLab instances)
GitLab Web Debugger là gì?
GitLab Web Debugger là một tiện ích mở rộng Chrome được phát triển bởi Hendrik 'T4cC0re' Meyer, và tính năng chính của nó là "Allows easy debugging of GitLab.com (and other official GitLab instances)".
Ả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 GitLab Web Debugger
Tải xuống các tệp mở rộng GitLab Web Debugger 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
Note: This is a side-project of a GitLab former employee, not an official GitLab product. This chrome extension is only active on official GitLab instances. That means https://gitlab.com and other instances used internally at GitLab. It aids developers, engineers and customers in identifying the root cause of a page load error by extracting the correlation ID of a request. This correlation ID can help us, when you as a customer provide this ID when reporting an issue. The data behind that ID can only be seen by GitLab employees. This extension cannot access any data not on GitLab domains.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Web Debugger |
ID | pjpihpogiidfbgdbmkmmhileaijeakan |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-web-debugger/pjpihpogiidfbgdbmkmmhileaijeakan |
Mô tả | Allows easy debugging of GitLab.com (and other official GitLab instances) |
Kích Thước Tệp | 51.38 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2023-06-10 |
Ngày Phát Hành | 2019-10-18 |
Nhà Phát Triển | Hendrik 'T4cC0re' Meyer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/T4cC0re/gitlab-web-debugger |
URL Trang Trợ Giúp | https://gitlab.com/T4cC0re/gitlab-web-debugger/-/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitLab Web Debugger", "version": "1.3.2", "manifest_version": 2, "description": "Allows easy debugging of GitLab.com (and other official GitLab instances)", "homepage_url": "https:\/\/gitlab.com\/T4cC0re\/gitlab-web-debugger", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "page_action": { "default_icon": "icons\/icon48.png", "default_title": "Show GitLab debug information", "default_popup": "src\/pageaction.html" }, "permissions": [ "storage", "notifications", "clipboardWrite", "webRequest", "https:\/\/gitlab.com\/", "https:\/\/*.gitlab.com\/", "https:\/\/*.gitlab.net\/", "https:\/\/*.gitlab.org\/" ] } |