Full-Screen agile board mode for Jira
This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…
Full-Screen agile board mode for Jiraคืออะไร?
Full-Screen agile board mode for Jira เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rui-costa และคุณลักษณะหลักของมันคือ "This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full-Screen agile board mode for Jira
ดาวน์โหลดไฟล์ส่วนขยาย Full-Screen agile board mode for Jira ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban boards. 📺 Excellent for wall mounted devices With the current JIRA options it is impossible to have a full-screen board taking advantage of all the real estate on your wall mounted device. Simply press the expand button (blue button) that is added to your board, press F11, and voila, full-screen goodness. 💡 Combine with other extensions - Use with Dark Reader to get a Dark mode on you Jira board. - Use with Revolver to show more than 1 Jira board on the same device.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Full-Screen agile board mode for Jira |
ID | abgdodilpdmlbbjdkigghkbgiloinide |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/full-screen-agile-board-m/abgdodilpdmlbbjdkigghkbgiloinide |
คำอธิบาย | This extension improves the readability of the agile boards of Atlassian Jira. Works perfectly with both the Scrum and the Kanban… |
ขนาดไฟล์ | 10.78 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 1.20.622 |
อัปเดตครั้งล่าสุด | 2020-06-22 |
วันที่เผยแพร่ | 2020-06-21 |
ผู้พัฒนา | rui-costa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rui-costa/jira_fullscreen_board |
URL หน้าช่วยเหลือ | https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAFhIIjx8PRURURMVVU4VzVEVVdWS0RYRUFMSjhOMUxLQS4u |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.20.622", "name": "Full-Screen agile board mode for Jira", "author": "Rui Costa", "homepage_url": "https:\/\/github.com\/rui-costa\/jira_fullscreen_board", "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*" ], "run_at": "document_end", "js": [ "extension.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |