Jira Sticky Header
Fixes small but annoying problem in Jira: non-sticky issue headers
Co to jest Jira Sticky Header?
Jira Sticky Header to rozszerzenie Chrome opracowane przez Magnus Nord, a jego główną funkcją jest „Fixes small but annoying problem in Jira: non-sticky issue headers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jira Sticky Header
Pobierz pliki rozszerzeń Jira Sticky Header w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Jira Sticky Header |
ID | alokfdkpiokkgpaldkhdeiboocmepfkp |
Oficjalny URL | https://chromewebstore.google.com/detail/jira-sticky-header/alokfdkpiokkgpaldkhdeiboocmepfkp |
Opis | Fixes small but annoying problem in Jira: non-sticky issue headers |
Rozmiar pliku | 24.16 KB |
Liczba instalacji | 325 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2020-11-05 |
Data Publikacji | 2020-11-02 |
Ocena | 4.82/5 Łącznie 11 Oceny |
Deweloper | Magnus Nord |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/NordMagnus/Jira-Sticky-Header |
Adres URL Strony Pomocy | https://github.com/NordMagnus/Jira-Sticky-Header/issues |
Obsługiwane Języki | 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": [ " |