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 هو إضافة Chrome تم تطويرها بواسطة bryantq، والميزة الرئيسية لها هي "This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.".
تحميل ملف CRX للإضافة Slickdeals JIRA Anti-Lightbox
قم بتنزيل ملفات الامتداد Slickdeals JIRA Anti-Lightbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |