Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Wat is Sitecore Expand Collapse Sections?
Sitecore Expand Collapse Sections is een Chrome-extensie ontwikkeld door mikeylikesit, en de belangrijkste functie is "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".
Download het CRX-bestand van de extensie Sitecore Expand Collapse Sections
Download Sitecore Expand Collapse Sections-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Officiële URL | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Beschrijving | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Bestandsgrootte | 69.77 KB |
Aantal Installaties | 177 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-03-26 |
Publicatiedatum | 2016-03-26 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mikeylikesit |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |