Slickdeals JIRA Anti-Lightbox
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Slickdeals JIRA Anti-Lightboxとは何ですか?
Slickdeals JIRA Anti-Lightboxはbryantqによって開発されたChromeの拡張機能で、その主な機能は「This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.」です。
Slickdeals JIRA Anti-Lightbox拡張機能のCRXファイルをダウンロード
Slickdeals JIRA Anti-Lightbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
拡張機能の基本情報
名前 | |
ID | ogjhbohkhdhemgfadikhcfmkefpcblnf |
公式URL | https://chrome.google.com/webstore/detail/slickdeals-jira-anti-ligh/ogjhbohkhdhemgfadikhcfmkefpcblnf |
説明 | This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab. |
ファイルサイズ | 250 KB |
インストール数 | 337 |
現在のバージョン | 1.0 |
最終更新日 | 2014-12-03 |
公開日 | 2014-12-03 |
開発者 | bryantq |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/jira.sdhq.local\/*" ] } ], "description": "", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "web_accessible_resources": [ "jira.js" ], "name": "Slickdeals JIRA Anti-Lightbox", "permissions": [ "*:\/\/jira.sdhq.local\/*" ], "short_name": "SD JIRA Anti-lightbox", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |