Sitecore Developer Tool
Tool for sitecore developers
Co je Sitecore Developer Tool?
Sitecore Developer Tool je rozšíření Chrome vyvinuté vladcheg, a jeho hlavní funkcí je „Tool for sitecore developers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sitecore Developer Tool
Stáhněte si soubory rozšíření Sitecore Developer Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | cmbppbejihcnbngefandoljljdppnlda |
Oficiální URL | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Popis | Tool for sitecore developers |
Velikost souboru | 171 KB |
Počet instalací | 2,000 |
Aktuální Verze | 2.1.2 |
Poslední Aktualizace | 2014-01-04 |
Datum Vydání | 2014-01-04 |
Hodnocení | 4.88/5 Celkem 16 Hodnocení |
Vývojář | vladcheg |
Typ Platby | free |
Webové stránky Rozšíření | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
URL Stránky Nápovědy | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Podporované Jazyky | 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" } } |