Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Co je Sitecore Expand Collapse Sections?
Sitecore Expand Collapse Sections je rozšíření Chrome vyvinuté mikeylikesit, a jeho hlavní funkcí je „Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.“.
Stáhnout soubor CRX rozšíření Sitecore Expand Collapse Sections
Stáhněte si soubory rozšíření Sitecore Expand Collapse Sections ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Oficiální URL | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Popis | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Velikost souboru | 69.77 KB |
Počet instalací | 177 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-03-26 |
Datum Vydání | 2016-03-26 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | mikeylikesit |
Typ Platby | free |
Podporované Jazyky | 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" ] } |