Sitecore Expand Collapse Sections

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

Was ist Sitecore Expand Collapse Sections?

Sitecore Expand Collapse Sections ist eine Chrome-Erweiterung, die von mikeylikesit entwickelt wurde, und ihr Hauptmerkmal ist "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".

Sitecore Expand Collapse Sections-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sitecore Expand Collapse Sections-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Sitecore Expand Collapse Sections Sitecore Expand Collapse Sections
ID eacfcbgebkjlkaabpmebcfnmhmigfbjc
Offizielle URL https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc
Beschreibung Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Dateigröße 69.77 KB
Installationsanzahl 177
Aktuelle Version 1.1
Letztes Update 2016-03-26
Veröffentlichungsdatum 2016-03-26
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler mikeylikesit
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}