GitLab Boost
Make some optimizations to the GitLab platform interface.
O que é GitLab Boost?
GitLab Boost é uma extensão do Chrome desenvolvida por d4rkcr0w, e sua principal característica é "Make some optimizations to the GitLab platform interface.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Boost
Baixe arquivos de extensão GitLab Boost 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
# GitLab Boost Make some optimizations to the GitLab platform interface. 1. Convert labels to Scoped labels. 2. Each group of Scoped labels has a separate selection menu. GitHub: https://github.com/xudongdev/gitlab-boost
Informações Básicas da Extensão
Nome | GitLab Boost |
ID | dhmgodlaindloahmcilnlfigogelofan |
URL Oficial | https://chromewebstore.google.com/detail/gitlab-boost/dhmgodlaindloahmcilnlfigogelofan |
Descrição | Make some optimizations to the GitLab platform interface. |
Tamanho do Arquivo | 2.18 MB |
Contagem de Instalações | 53 |
Versão Atual | 0.9.2 |
Última Atualização | 2021-09-27 |
Data de Publicação | 2021-02-22 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | d4rkcr0w |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitLab Boost", "description": "Make some optimizations to the GitLab platform interface.", "version": "0.9.2", "icons": { "128": "images\/icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "icon": { "path": "images\/icon-disable.png" } }, "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "images\/default-avatar.svg", "images\/issue-types\/bug.svg", "images\/issue-types\/story.svg", "images\/issue-types\/sub-task.svg", "images\/issue-types\/task.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |