GitLab Print
Adjust layout of GitLab pages for printing.
Qu'est-ce que GitLab Print ?
GitLab Print est une extension Chrome développée par sika524, et sa fonction principale est "Adjust layout of GitLab pages for printing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab Print
Téléchargez les fichiers d'extension GitLab Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
Description | Adjust layout of GitLab pages for printing. |
Taille du Fichier | 41.55 KB |
Nombre d'Installations | 229 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2016-03-29 |
Date de Publication | 2016-03-28 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | sika524 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |