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 |
Eメール | [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 } |