Jira Sticky Header

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

Jira Sticky Headerคืออะไร?

Jira Sticky Header เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magnus Nord และคุณลักษณะหลักของมันคือ "Fixes small but annoying problem in Jira: non-sticky issue headers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Sticky Header

ดาวน์โหลดไฟล์ส่วนขยาย Jira Sticky Header ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}