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 là gì?

Slickdeals JIRA Anti-Lightbox là một tiện ích mở rộng Chrome được phát triển bởi bryantq, và tính năng chính của nó là "This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.".

Tải xuống tệp CRX của tiện ích mở rộng Slickdeals JIRA Anti-Lightbox

Tải xuống các tệp mở rộng Slickdeals JIRA Anti-Lightbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension disables the lightbox in Jira for Slickdeals  and makes the images open in a new tab.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slickdeals JIRA Anti-Lightbox Slickdeals JIRA Anti-Lightbox
ID ogjhbohkhdhemgfadikhcfmkefpcblnf
URL Chính Thức https://chrome.google.com/webstore/detail/slickdeals-jira-anti-ligh/ogjhbohkhdhemgfadikhcfmkefpcblnf
Mô tả This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 337
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-03
Ngày Phát Hành 2014-12-03
Nhà Phát Triển bryantq
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}