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.
什么是Jira External Links Opener?
Jira External Links Opener是由Pendexgabo开发的Chrome扩展程序,该扩展的主要功能是“Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation.”。
下载Jira External Links Opener扩展crx文件
下载Jira External Links Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Jira External Links Opener |
ID | lkgfimolfmjbkmjnomiggkcojphppcik |
官方URL | https://chromewebstore.google.com/detail/jira-external-links-opene/lkgfimolfmjbkmjnomiggkcojphppcik |
简介 | Minimal Extension that help Jira Cloud users to have external links opened another tab to don't loose the current Jira navigation. |
文件大小 | 40.06 KB |
安装次数 | 17 |
当前版本 | 0.0.3 |
更新时间 | 2016-12-19 |
上架时间 | 2016-12-19 |
开发者 | Pendexgabo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |