Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
O que é Sitecore Expand Collapse Sections?
Sitecore Expand Collapse Sections é uma extensão do Chrome desenvolvida por mikeylikesit, e sua principal característica é "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".
Baixar o arquivo CRX da Extensão Sitecore Expand Collapse Sections
Baixe arquivos de extensão Sitecore Expand Collapse Sections no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
URL Oficial | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Descrição | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Tamanho do Arquivo | 69.77 KB |
Contagem de Instalações | 177 |
Versão Atual | 1.1 |
Última Atualização | 2016-03-26 |
Data de Publicação | 2016-03-26 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | mikeylikesit |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |