Sitecore Developer Tool
Tool for sitecore developers
What is Sitecore Developer Tool?
Sitecore Developer Tool is a Chrome extension developed by vladcheg, and its main feature is "Tool for sitecore developers".
Extension Screenshots
Download Sitecore Developer Tool Extension CRX File
Download Sitecore Developer Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cmbppbejihcnbngefandoljljdppnlda |
Official URL | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Description | Tool for sitecore developers |
File Size | 171 KB |
Installation Count | 2,000 |
Current Version | 2.1.2 |
Last Updated | 2014-01-04 |
Publish Date | 2014-01-04 |
Rating | 4.88/5 Total 16 Ratings |
Developer | vladcheg |
Payment Type | free |
Extension Website | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Help Page URL | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Supported Languages | 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" } } |