Jira Sticky Header
Fixes small but annoying problem in Jira: non-sticky issue headers
什么是Jira Sticky Header?
Jira Sticky Header是由Magnus Nord开发的Chrome扩展程序,该扩展的主要功能是“Fixes small but annoying problem in Jira: non-sticky issue headers”。
扩展截图
下载Jira Sticky Header扩展crx文件
下载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 |
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": [ " |