Slickdeals JIRA Anti-Lightbox
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Wat is Slickdeals JIRA Anti-Lightbox?
Slickdeals JIRA Anti-Lightbox is een Chrome-extensie ontwikkeld door bryantq, en de belangrijkste functie is "This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.".
Download het CRX-bestand van de extensie Slickdeals JIRA Anti-Lightbox
Download Slickdeals JIRA Anti-Lightbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab.
Basisinformatie over de Extensie
Naam | |
ID | ogjhbohkhdhemgfadikhcfmkefpcblnf |
Officiële URL | https://chrome.google.com/webstore/detail/slickdeals-jira-anti-ligh/ogjhbohkhdhemgfadikhcfmkefpcblnf |
Beschrijving | This extension disables the lightbox in Jira for Slickdeals and makes the images open in a new tab. |
Bestandsgrootte | 250 KB |
Aantal Installaties | 337 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-03 |
Publicatiedatum | 2014-12-03 |
Ontwikkelaar | bryantq |
Betalingswijze | free |
Ondersteunde Talen | 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" } |