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
公式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
Eメール [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"
    }
}