Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
Co to jest Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer to rozszerzenie Chrome opracowane przez Sergey Ukustov, a jego główną funkcją jest „Various enhances for Atlassian OnDemand”.
Pobierz plik CRX rozszerzenia Atlassian OnDemand Enhancer
Pobierz pliki rozszerzeń Atlassian OnDemand Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Oficjalny URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
Opis | Various enhances for Atlassian OnDemand |
Rozmiar pliku | 38.46 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-10-14 |
Data Publikacji | 2013-10-14 |
Deweloper | Sergey Ukustov |
Typ Płatności | free |
Obsługiwane Języki | 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 } |