Jira External Links Opener
Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation.
Wat is Jira External Links Opener?
Jira External Links Opener is een Chrome-extensie ontwikkeld door Pendexgabo, en de belangrijkste functie is "Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation.".
Download het CRX-bestand van de extensie Jira External Links Opener
Download Jira External Links Opener-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
Minimal Extension that help Jira Cloud users to have external links opened another tab to prevent loosing the current Jira navigation. Versions 0.0.3 - skip urls in code blocks 0.0.2 - on document ready event. 0.0.1 - just the basics. Development Please feel free to download the code from https://github.com/pendexgabo/jira-external-links and post any bug or feature request over there.
Basisinformatie over de Extensie
Naam | Jira External Links Opener |
ID | lkgfimolfmjbkmjnomiggkcojphppcik |
Officiële URL | https://chromewebstore.google.com/detail/jira-external-links-opene/lkgfimolfmjbkmjnomiggkcojphppcik |
Beschrijving | Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation. |
Bestandsgrootte | 40.06 KB |
Aantal Installaties | 17 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-12-19 |
Publicatiedatum | 2016-12-19 |
Ontwikkelaar | Pendexgabo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira External Links Opener", "version": "0.0.3", "description": "Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation.", "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "js\/jquery.min.js", "js\/arrive.min.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "https:\/\/*.atlassian.net\/*" ], "manifest_version": 2 } |