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 |
官方URL | 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" ] } |