Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
ما هو Atlassian OnDemand Enhancer؟
Atlassian OnDemand Enhancer هو إضافة Chrome تم تطويرها بواسطة Sergey Ukustov، والميزة الرئيسية لها هي "Various enhances for Atlassian OnDemand".
تحميل ملف CRX للإضافة Atlassian OnDemand Enhancer
قم بتنزيل ملفات الامتداد Atlassian OnDemand Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
الوصف | Various enhances for Atlassian OnDemand |
حجم الملف | 38.46 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-10-14 |
تاريخ النشر | 2013-10-14 |
المطور | Sergey Ukustov |
نوع الدفع | free |
اللغات المدعومة | 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 } |