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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}