Sitecore Expand Collapse Sections
Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.
Sitecore Expand Collapse Sections là gì?
Sitecore Expand Collapse Sections là một tiện ích mở rộng Chrome được phát triển bởi mikeylikesit, và tính năng chính của nó là "Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces.".
Tải xuống tệp CRX của tiện ích mở rộng Sitecore Expand Collapse Sections
Tải xuống các tệp mở rộng Sitecore Expand Collapse Sections dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eacfcbgebkjlkaabpmebcfnmhmigfbjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/sitecore-expand-collapse/eacfcbgebkjlkaabpmebcfnmhmigfbjc |
Mô tả | Two buttons to collapse or expand all visible sections within the content editor and template manager interfaces. |
Kích Thước Tệp | 69.77 KB |
Số Lần Cài Đặt | 177 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-03-26 |
Ngày Phát Hành | 2016-03-26 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | mikeylikesit |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |