Jira Sticky Header

Fixes small but annoying problem in Jira: non-sticky issue headers

What is Jira Sticky Header?

Jira Sticky Header is a Chrome extension developed by Magnus Nord, and its main feature is "Fixes small but annoying problem in Jira: non-sticky issue headers".

Extension Screenshots

screenshot

Download Jira Sticky Header Extension CRX File

Download Jira Sticky Header extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Makes issue headers in Jira sticky.

(You can limit the extension to specific URLs by right clicking the extension logo and clicking "This can read and change site data" in the menu.)

CHANGELOG

0.1.3
Fix for variable height headers
Fix when switching issues in detailed lists
------
0.1.2
Added drop shadow when scrolled
------
0.1.1
Initial version                    

Extension Basic Information

Name Jira Sticky Header Jira Sticky Header
ID alokfdkpiokkgpaldkhdeiboocmepfkp
Official URL https://chromewebstore.google.com/detail/jira-sticky-header/alokfdkpiokkgpaldkhdeiboocmepfkp
Description Fixes small but annoying problem in Jira: non-sticky issue headers
File Size 24.16 KB
Installation Count 325
Current Version 0.1.3
Last Updated 2020-11-05
Publish Date 2020-11-02
Rating 4.82/5 Total 11 Ratings
Developer Magnus Nord
Email [email protected]
Payment Type free
Extension Website https://github.com/NordMagnus/Jira-Sticky-Header
Help Page URL https://github.com/NordMagnus/Jira-Sticky-Header/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Sticky Header",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "description": "Fixes small but annoying problem in Jira: non-sticky issue headers",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "sticky-header.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}