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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Atlassian OnDemand Enhancer Atlassian OnDemand Enhancer
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
}