GitLab Print

Adjust layout of GitLab pages for printing.

Apa itu GitLab Print?

GitLab Print adalah ekstensi Chrome yang dikembangkan oleh sika524, dan fitur utamanya adalah "Adjust layout of GitLab pages for printing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitLab Print

Unduh file ekstensi GitLab Print dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama GitLab Print GitLab Print
ID ooopojgjhkkklgmdahnahcneikejmllm
URL Resmi https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm
Deskripsi Adjust layout of GitLab pages for printing.
Ukuran File 41.55 KB
Jumlah Instalasi 229
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-03-29
Tanggal Publikasi 2016-03-28
Penilaian 1.00/5 Total 1 Penilaian
Pengembang sika524
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}