Slickdeals JIRA Anti-Lightbox
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Apa itu Slickdeals JIRA Anti-Lightbox?
Slickdeals JIRA Anti-Lightbox adalah ekstensi Chrome yang dikembangkan oleh bryantq, dan fitur utamanya adalah "This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.".
Unduh Berkas CRX Ekstensi Slickdeals JIRA Anti-Lightbox
Unduh file ekstensi Slickdeals JIRA Anti-Lightbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Informasi Dasar Ekstensi
Nama | |
ID | ogjhbohkhdhemgfadikhcfmkefpcblnf |
URL Resmi | https://chrome.google.com/webstore/detail/slickdeals-jira-anti-ligh/ogjhbohkhdhemgfadikhcfmkefpcblnf |
Deskripsi | This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab. |
Ukuran File | 250 KB |
Jumlah Instalasi | 337 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-12-03 |
Tanggal Publikasi | 2014-12-03 |
Pengembang | bryantq |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |