Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Co to jest Sitecore Expand Collapse Sections?
Sitecore Expand Collapse Sections to rozszerzenie Chrome opracowane przez mikeylikesit, a jego główną funkcją jest „Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.”.
Pobierz plik CRX rozszerzenia Sitecore Expand Collapse Sections
Pobierz pliki rozszerzeń Sitecore Expand Collapse Sections w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Oficjalny URL | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Opis | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Rozmiar pliku | 69.77 KB |
Liczba instalacji | 177 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-03-26 |
Data Publikacji | 2016-03-26 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | mikeylikesit |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |