GitLab Print
Adjust layout of GitLab pages for printing.
¿Qué es GitLab Print?
GitLab Print es una extensión de Chrome desarrollada por sika524, y su función principal es "Adjust layout of GitLab pages for printing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GitLab Print
Descarga archivos de extensión GitLab Print en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        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                     Información Básica de la Extensión
| Nombre |   |  
| ID | ooopojgjhkkklgmdahnahcneikejmllm | 
| URL Oficial | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm | 
| Descripción | Adjust layout of GitLab pages for printing. | 
| Tamaño del Archivo | 41.55 KB | 
| Cantidad de Instalaciones | 229 | 
| Versión Actual | 0.1.0 | 
| Última Actualización | 2016-03-29 | 
| Fecha de Publicación | 2016-03-28 | 
| Calificación | 1.00/5 Total de 1 Calificaciones | 
| Desarrollador | sika524 | 
| Tipo de Pago | free | 
| Idiomas Soportados | 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"
    ]
}  |  |