GitLab Web Debugger
Allows easy debugging of GitLab.com (and other official GitLab instances)
O que é GitLab Web Debugger?
GitLab Web Debugger é uma extensão do Chrome desenvolvida por Hendrik 'T4cC0re' Meyer, e sua principal característica é "Allows easy debugging of GitLab.com (and other official GitLab instances)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Web Debugger
Baixe arquivos de extensão GitLab Web Debugger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GitLab Web Debugger |
ID | pjpihpogiidfbgdbmkmmhileaijeakan |
URL Oficial | https://chromewebstore.google.com/detail/gitlab-web-debugger/pjpihpogiidfbgdbmkmmhileaijeakan |
Descrição | Allows easy debugging of GitLab.com (and other official GitLab instances) |
Tamanho do Arquivo | 51.38 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.3.2 |
Última Atualização | 2023-06-10 |
Data de Publicação | 2019-10-18 |
Desenvolvedor | Hendrik 'T4cC0re' Meyer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gitlab.com/T4cC0re/gitlab-web-debugger |
URL da Página de Ajuda | https://gitlab.com/T4cC0re/gitlab-web-debugger/-/issues |
Idiomas Suportados | 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\/" ] } |