GitLab Print
Adjust layout of GitLab pages for printing.
什麼是GitLab Print?
GitLab Print是由sika524開發的Chrome擴展程式,該擴展的主要功能是“Adjust layout of GitLab pages for printing.”。
擴展截圖
下載GitLab Print擴展crx文件
下載GitLab Print擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
官方網址 | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
簡介 | Adjust layout of GitLab pages for printing. |
檔案大小 | 41.55 KB |
安裝次數 | 229 |
目前版本 | 0.1.0 |
更新時間 | 2016-03-29 |
上架時間 | 2016-03-28 |
評分 | 1.00/5 共 1 次評分 |
開發者 | sika524 |
付費類型 | free |
支援的語言 | 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" ] } |