GitLab Print

Adjust layout of GitLab pages for printing.

What is GitLab Print?

GitLab Print is a Chrome extension developed by sika524, and its main feature is "Adjust layout of GitLab pages for printing.".

Extension Screenshots

screenshot

Download GitLab Print Extension CRX File

Download GitLab Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GitLab Print GitLab Print
ID ooopojgjhkkklgmdahnahcneikejmllm
Official URL https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm
Description Adjust layout of GitLab pages for printing.
File Size 41.55 KB
Installation Count 229
Current Version 0.1.0
Last Updated 2016-03-29
Publish Date 2016-03-28
Rating 1.00/5 Total 1 Ratings
Developer sika524
Payment Type free
Supported Languages 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"
    ]
}