GitLab Print
Adjust layout of GitLab pages for printing.
O que é GitLab Print?
GitLab Print é uma extensão do Chrome desenvolvida por sika524, e sua principal característica é "Adjust layout of GitLab pages for printing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Print
Baixe arquivos de extensão GitLab Print 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
Adjust layout of GitLab pages for printing. There are redundant components and space when we print GitLab pages (markdown page, issues, merge requests, etc.). With this extension, you can remove them from the contents. This extension is developed as OSS: https://github.com/ksoichiro/gitlab-print
Informações Básicas da Extensão
Nome | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
URL Oficial | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
Descrição | Adjust layout of GitLab pages for printing. |
Tamanho do Arquivo | 41.55 KB |
Contagem de Instalações | 229 |
Versão Atual | 0.1.0 |
Última Atualização | 2016-03-29 |
Data de Publicação | 2016-03-28 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | sika524 |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitLab Print", "version": "0.1.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/ksoichiro\/gitlab-print", "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "icons": { "128": "icons\/icon128.png" }, "web_accessible_resources": [ "src\/style.css", "src\/toggle.js" ] } |