Sitecore Expand Collapse Sections

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

Apa itu Sitecore Expand Collapse Sections?

Sitecore Expand Collapse Sections adalah ekstensi Chrome yang dikembangkan oleh mikeylikesit, dan fitur utamanya adalah "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".

Unduh Berkas CRX Ekstensi Sitecore Expand Collapse Sections

Unduh file ekstensi Sitecore Expand Collapse Sections dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Sitecore Expand Collapse Sections Sitecore Expand Collapse Sections
ID eacfcbgebkjlkaabpmebcfnmhmigfbjc
URL Resmi https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc
Deskripsi Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Ukuran File 69.77 KB
Jumlah Instalasi 177
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-03-26
Tanggal Publikasi 2016-03-26
Penilaian 4.00/5 Total 4 Penilaian
Pengembang mikeylikesit
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}