GitLab Print
Adjust layout of GitLab pages for printing.
Wat is GitLab Print?
GitLab Print is een Chrome-extensie ontwikkeld door sika524, en de belangrijkste functie is "Adjust layout of GitLab pages for printing.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitLab Print
Download GitLab Print-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
Officiële URL | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
Beschrijving | Adjust layout of GitLab pages for printing. |
Bestandsgrootte | 41.55 KB |
Aantal Installaties | 229 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-03-29 |
Publicatiedatum | 2016-03-28 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sika524 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |