Jira Sticky Header
Fixes small but annoying problem in Jira: non-sticky issue headers
Qu'est-ce que Jira Sticky Header ?
Jira Sticky Header est une extension Chrome développée par Magnus Nord, et sa fonction principale est "Fixes small but annoying problem in Jira: non-sticky issue headers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira Sticky Header
Téléchargez les fichiers d'extension Jira Sticky Header au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Jira Sticky Header |
ID | alokfdkpiokkgpaldkhdeiboocmepfkp |
URL Officiel | https://chromewebstore.google.com/detail/jira-sticky-header/alokfdkpiokkgpaldkhdeiboocmepfkp |
Description | Fixes small but annoying problem in Jira: non-sticky issue headers |
Taille du Fichier | 24.16 KB |
Nombre d'Installations | 325 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2020-11-05 |
Date de Publication | 2020-11-02 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | Magnus Nord |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NordMagnus/Jira-Sticky-Header |
URL de la Page d'Aide | https://github.com/NordMagnus/Jira-Sticky-Header/issues |
Langues Prises en Charge | 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": [ " |