Sitecore Developer Tool
Tool for sitecore developers
什么是Sitecore Developer Tool?
Sitecore Developer Tool是由vladcheg开发的Chrome扩展程序,该扩展的主要功能是“Tool for sitecore developers”。
扩展截图
下载Sitecore Developer Tool扩展crx文件
下载Sitecore Developer Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | cmbppbejihcnbngefandoljljdppnlda |
官方URL | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
简介 | Tool for sitecore developers |
文件大小 | 171 KB |
安装次数 | 2,000 |
当前版本 | 2.1.2 |
更新时间 | 2014-01-04 |
上架时间 | 2014-01-04 |
评分 | 4.88/5 共16次评分 |
开发者 | vladcheg |
付费类型 | free |
扩展官网 | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
帮助页面URL | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
支持的语言 | 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" } } |