Sitecore Expand Collapse Sections

Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.

Sitecore Expand Collapse Sectionsคืออะไร?

Sitecore Expand Collapse Sections เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikeylikesit และคุณลักษณะหลักของมันคือ "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitecore Expand Collapse Sections

ดาวน์โหลดไฟล์ส่วนขยาย Sitecore Expand Collapse Sections ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

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

ชื่อ Sitecore Expand Collapse Sections Sitecore Expand Collapse Sections
ID eacfcbgebkjlkaabpmebcfnmhmigfbjc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc
คำอธิบาย Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
ขนาดไฟล์ 69.77 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-03-26
วันที่เผยแพร่ 2016-03-26
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mikeylikesit
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sitecore Expand Collapse Sections",
    "short_name": "SitecoreExpandCollapse",
    "description": "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.",
    "version": "1.1",
    "author": "Mike Thompson",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/sitecore*",
                "https:\/\/*\/sitecore*"
            ],
            "js": [
                "ExpandCollapse.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "sitecore_logo.png"
        },
        "default_title": "Sitecore Expand\/Collapse",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "ExpandCollapse.js"
    ]
}