GitLab Print
Adjust layout of GitLab pages for printing.
GitLab Printคืออะไร?
GitLab Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sika524 และคุณลักษณะหลักของมันคือ "Adjust layout of GitLab pages for printing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitLab Print
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |