Open JIRA external links in a new tab

Open JIRA issues external links in a new tab or window.

Wat is Open JIRA external links in a new tab?

Open JIRA external links in a new tab is een Chrome-extensie ontwikkeld door nemnesic, en de belangrijkste functie is "Open JIRA issues external links in a new tab or window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open JIRA external links in a new tab

Download Open JIRA external links in a new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Open JIRA external links in a new tab Open JIRA external links in a new tab
ID lpagenghjojnilgfenbacdhhbmmnafpk
Officiële URL https://chromewebstore.google.com/detail/open-jira-external-links/lpagenghjojnilgfenbacdhhbmmnafpk
Beschrijving Open JIRA issues external links in a new tab or window.
Bestandsgrootte 69.48 KB
Aantal Installaties 121
Huidige Versie 2.0
Laatst Bijgewerkt 2020-11-14
Publicatiedatum 2014-12-16
Beoordeling 2.50/5 Totaal 8 Beoordelingen
Ontwikkelaar nemnesic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nemnesic/jira-external-links
Help Pagina-URL https://github.com/nemnesic/jira-external-links
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}