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…”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Full-Screen agile board mode for Jira
ID abgdodilpdmlbbjdkigghkbgiloinide
官方網址 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"
    }
}