Open JIRA external links in a new tab
Open JIRA issues external links in a new tab or window.
Co to jest Open JIRA external links in a new tab?
Open JIRA external links in a new tab to rozszerzenie Chrome opracowane przez nemnesic, a jego główną funkcją jest „Open JIRA issues external links in a new tab or window.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open JIRA external links in a new tab
Pobierz pliki rozszerzeń Open JIRA external links in a new tab 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Open JIRA external links in a new tab |
ID | lpagenghjojnilgfenbacdhhbmmnafpk |
Oficjalny URL | https://chromewebstore.google.com/detail/open-jira-external-links/lpagenghjojnilgfenbacdhhbmmnafpk |
Opis | Open JIRA issues external links in a new tab or window. |
Rozmiar pliku | 69.48 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2020-11-14 |
Data Publikacji | 2014-12-16 |
Ocena | 2.50/5 Łącznie 8 Oceny |
Deweloper | nemnesic |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nemnesic/jira-external-links |
Adres URL Strony Pomocy | https://github.com/nemnesic/jira-external-links |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |