Sitecore Developer Tool
Tool for sitecore developers
Sitecore Developer Tool là gì?
Sitecore Developer Tool là một tiện ích mở rộng Chrome được phát triển bởi vladcheg, và tính năng chính của nó là "Tool for sitecore developers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sitecore Developer Tool
Tải xuống các tệp mở rộng Sitecore Developer Tool 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
Sitecore Developer Tool allows work with Sitecore instance that is opened in the current tab. You can quickly go to different admin pages like serialization, cache, show config and so on. Also you can switch between databases or set new database on the option page. Context menu allows to quickly go to Sitecore item, for this you should select id and select appropriate command in context menu. All available configuration settings are presented in option page where you can add, remove or edit these pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cmbppbejihcnbngefandoljljdppnlda |
URL Chính Thức | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Mô tả | Tool for sitecore developers |
Kích Thước Tệp | 171 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 2.1.2 |
Cập Nhật Lần Cuối | 2014-01-04 |
Ngày Phát Hành | 2014-01-04 |
Đánh Giá | 4.88/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | vladcheg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
URL Trang Trợ Giúp | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sitecore Developer Tool", "version": "2.1.2", "description": "Tool for sitecore developers", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/sitecoreLogo.png", "48": "img\/sitecoreLogo.png", "128": "img\/sitecoreLogo.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Sitecore Developer tool", "default_icon": "img\/sitecoreLogo.png", "default_popup": "popup.html" } } |