Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Vad är Sitecore Expand Collapse Sections?
Sitecore Expand Collapse Sections är en Chrome-tillägg utvecklad av mikeylikesit, och dess huvudfunktion är "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".
Ladda ner Sitecore Expand Collapse Sections-förlängningens CRX-fil
Ladda ner Sitecore Expand Collapse Sections-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Officiell webbadress | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Beskrivning | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Filstorlek | 69.77 KB |
Antal Installationer | 177 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-03-26 |
Publiceringsdatum | 2016-03-26 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | mikeylikesit |
Betalningssätt | free |
Stödda Språk | 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" ] } |