Sitecore Developer Tool
Tool for sitecore developers
Vad är Sitecore Developer Tool?
Sitecore Developer Tool är en Chrome-tillägg utvecklad av vladcheg, och dess huvudfunktion är "Tool for sitecore developers".
Tilläggsskärmbilder
Ladda ner Sitecore Developer Tool-förlängningens CRX-fil
Ladda ner Sitecore Developer Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cmbppbejihcnbngefandoljljdppnlda |
Officiell webbadress | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Beskrivning | Tool for sitecore developers |
Filstorlek | 171 KB |
Antal Installationer | 2,000 |
Aktuell Version | 2.1.2 |
Senast Uppdaterad | 2014-01-04 |
Publiceringsdatum | 2014-01-04 |
Betyg | 4.88/5 Totalt 16 Betyg |
Utvecklare | vladcheg |
Betalningssätt | free |
Tilläggswebbplats | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Hjälpsida URL | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Stödda Språk | 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" } } |