Slickdeals JIRA Anti-Lightbox

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

Qu'est-ce que Slickdeals JIRA Anti-Lightbox ?

Slickdeals JIRA Anti-Lightbox est une extension Chrome développée par bryantq, et sa fonction principale est "This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.".

Télécharger le fichier CRX de l'extension Slickdeals JIRA Anti-Lightbox

Téléchargez les fichiers d'extension Slickdeals JIRA Anti-Lightbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Slickdeals JIRA Anti-Lightbox Slickdeals JIRA Anti-Lightbox
ID ogjhbohkhdhemgfadikhcfmkefpcblnf
URL Officiel https://chrome.google.com/webstore/detail/slickdeals-jira-anti-ligh/ogjhbohkhdhemgfadikhcfmkefpcblnf
Description This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Taille du Fichier 250 KB
Nombre d'Installations 337
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-03
Date de Publication 2014-12-03
Développeur bryantq
Type de Paiement free
Langues Prises en Charge 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"
}