GitLab Print
Adjust layout of GitLab pages for printing.
Cos'è GitLab Print?
GitLab Print è un'estensione di Chrome sviluppata da sika524, e la sua funzione principale è "Adjust layout of GitLab pages for printing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitLab Print
Scarica i file di estensione GitLab Print in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
URL Ufficiale | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
Descrizione | Adjust layout of GitLab pages for printing. |
Dimensione del File | 41.55 KB |
Conteggio Installazioni | 229 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2016-03-29 |
Data di Pubblicazione | 2016-03-28 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | sika524 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |