Jira Sticky Header

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

Jira Sticky Header क्या है?

Jira Sticky Header Magnus Nord द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes small but annoying problem in Jira: non-sticky issue headers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jira Sticky Header एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Jira Sticky Header Jira Sticky Header
ID alokfdkpiokkgpaldkhdeiboocmepfkp
आधिकारिक URL https://chromewebstore.google.com/detail/jira-sticky-header/alokfdkpiokkgpaldkhdeiboocmepfkp
विवरण Fixes small but annoying problem in Jira: non-sticky issue headers
फ़ाइल का आकार 24.16 KB
स्थापना संख्या 325
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2020-11-05
प्रकाशन तिथि 2020-11-02
रेटिंग 4.82/5 कुल 11 रेटिंग्स
डेवलपर Magnus Nord
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/NordMagnus/Jira-Sticky-Header
सहायता पृष्ठ URL https://github.com/NordMagnus/Jira-Sticky-Header/issues
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}