GitLab Print

Adjust layout of GitLab pages for printing.

Co to jest GitLab Print?

GitLab Print to rozszerzenie Chrome opracowane przez sika524, a jego główną funkcją jest „Adjust layout of GitLab pages for printing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GitLab Print

Pobierz pliki rozszerzeń GitLab Print w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GitLab Print GitLab Print
ID ooopojgjhkkklgmdahnahcneikejmllm
Oficjalny URL https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm
Opis Adjust layout of GitLab pages for printing.
Rozmiar pliku 41.55 KB
Liczba instalacji 229
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2016-03-29
Data Publikacji 2016-03-28
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper sika524
Typ Płatności free
Obsługiwane Języki 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"
    ]
}