Sitecore Expand Collapse Sections

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

What is Sitecore Expand Collapse Sections?

Sitecore Expand Collapse Sections is a Chrome extension developed by mikeylikesit, and its main feature is "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".

Download Sitecore Expand Collapse Sections Extension CRX File

Download Sitecore Expand Collapse Sections extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Sitecore Expand Collapse Sections Sitecore Expand Collapse Sections
ID eacfcbgebkjlkaabpmebcfnmhmigfbjc
Official URL https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc
Description Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
File Size 69.77 KB
Installation Count 177
Current Version 1.1
Last Updated 2016-03-26
Publish Date 2016-03-26
Rating 4.00/5 Total 4 Ratings
Developer mikeylikesit
Payment Type free
Supported Languages 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"
    ]
}