Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
Hvad er Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer er en Chrome-udvidelse udviklet af Sergey Ukustov, og dens hovedfunktion er "Various enhances for Atlassian OnDemand".
Download Atlassian OnDemand Enhancer-udvidelses-CRX-fil
Download Atlassian OnDemand Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The extension removes disturbing copyright notice on the bottom of Confluence, and forces all External Links to open in a new tab. It's intended to be a quick solution for people not able to update Atlassian OnDemand templates.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Officiel URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Beskrivelse | Various enhances for Atlassian OnDemand |
Filstørrelse | 38.46 KB |
Antal Installationer | 10 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-10-14 |
Udgivelsesdato | 2013-10-14 |
Udvikler | Sergey Ukustov |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atlassian OnDemand Enhancer", "short_name": "Atlassian Enhancer", "version": "0.1", "description": "Various enhances for Atlassian OnDemand", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/enhancer.js" ] } ], "manifest_version": 2 } |