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是由rui-costa开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" } } |