GitLab Print

Adjust layout of GitLab pages for printing.

GitLab Printとは何ですか?

GitLab Printはsika524によって開発されたChromeの拡張機能で、その主な機能は「Adjust layout of GitLab pages for printing.」です。

拡張機能のスクリーンショット

screenshot

GitLab Print拡張機能のCRXファイルをダウンロード

GitLab Print拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GitLab Print GitLab Print
ID ooopojgjhkkklgmdahnahcneikejmllm
公式URL https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm
説明 Adjust layout of GitLab pages for printing.
ファイルサイズ 41.55 KB
インストール数 229
現在のバージョン 0.1.0
最終更新日 2016-03-29
公開日 2016-03-28
評価 1.00/5 合計 1 レビュー
開発者 sika524
支払い方法 free
対応言語 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"
    ]
}