Open JIRA external links in a new tab

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

What is Open JIRA external links in a new tab?

Open JIRA external links in a new tab is a Chrome extension developed by nemnesic, and its main feature is "Open JIRA issues external links in a new tab or window.".

Extension Screenshots

screenshot

Download Open JIRA external links in a new tab Extension CRX File

Download Open JIRA external links in a new tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Open JIRA external links in a new tab Open JIRA external links in a new tab
ID lpagenghjojnilgfenbacdhhbmmnafpk
Official URL https://chromewebstore.google.com/detail/open-jira-external-links/lpagenghjojnilgfenbacdhhbmmnafpk
Description Open JIRA issues external links in a new tab or window.
File Size 69.48 KB
Installation Count 121
Current Version 2.0
Last Updated 2020-11-14
Publish Date 2014-12-16
Rating 2.50/5 Total 8 Ratings
Developer nemnesic
Email [email protected]
Payment Type free
Extension Website https://github.com/nemnesic/jira-external-links
Help Page URL https://github.com/nemnesic/jira-external-links
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}