Sitecore Expand Collapse Sections

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

Cos'è Sitecore Expand Collapse Sections?

Sitecore Expand Collapse Sections è un'estensione di Chrome sviluppata da mikeylikesit, e la sua funzione principale è "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".

Scarica il file CRX dell'estensione Sitecore Expand Collapse Sections

Scarica i file di estensione Sitecore Expand Collapse Sections in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Sitecore Expand Collapse Sections Sitecore Expand Collapse Sections
ID eacfcbgebkjlkaabpmebcfnmhmigfbjc
URL Ufficiale https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc
Descrizione Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Dimensione del File 69.77 KB
Conteggio Installazioni 177
Versione Corrente 1.1
Ultimo Aggiornamento 2016-03-26
Data di Pubblicazione 2016-03-26
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore mikeylikesit
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}