GitLab Print
Adjust layout of GitLab pages for printing.
GitLab Print là gì?
GitLab Print là một tiện ích mở rộng Chrome được phát triển bởi sika524, và tính năng chính của nó là "Adjust layout of GitLab pages for printing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitLab Print
Tải xuống các tệp mở rộng GitLab Print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Print |
ID | ooopojgjhkkklgmdahnahcneikejmllm |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-print/ooopojgjhkkklgmdahnahcneikejmllm |
Mô tả | Adjust layout of GitLab pages for printing. |
Kích Thước Tệp | 41.55 KB |
Số Lần Cài Đặt | 229 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2016-03-29 |
Ngày Phát Hành | 2016-03-28 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | sika524 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |