Open JIRA external links in a new tab
Open JIRA issues external links in a new tab or window.
Qu'est-ce que Open JIRA external links in a new tab ?
Open JIRA external links in a new tab est une extension Chrome développée par nemnesic, et sa fonction principale est "Open JIRA issues external links in a new tab or window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open JIRA external links in a new tab
Téléchargez les fichiers d'extension Open JIRA external links in a new tab 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
Open Confluence (JIRA) external links in a new tab or window. This extension will modify JIRA links to open links in a new tab. More details about the problem and why Confluence does not want to fix this: https://jira.atlassian.com/browse/CONF-11194
Informations de Base sur l'Extension
Nom | Open JIRA external links in a new tab |
ID | lpagenghjojnilgfenbacdhhbmmnafpk |
URL Officiel | https://chromewebstore.google.com/detail/open-jira-external-links/lpagenghjojnilgfenbacdhhbmmnafpk |
Description | Open JIRA issues external links in a new tab or window. |
Taille du Fichier | 69.48 KB |
Nombre d'Installations | 121 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-11-14 |
Date de Publication | 2014-12-16 |
Évaluation | 2.50/5 Total 8 Évaluations |
Développeur | nemnesic |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nemnesic/jira-external-links |
URL de la Page d'Aide | https://github.com/nemnesic/jira-external-links |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open JIRA external links in a new tab", "version": "2.0", "description": "Open JIRA issues external links in a new tab or window.", "browser_action": { "name": "Open JIRA issues external links in a new tab or window.", "default_icon": "jira-icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-1.11.1.min.js", "jira_links.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |