Sitecore Developer Tool
Tool for sitecore developers
Was ist Sitecore Developer Tool?
Sitecore Developer Tool ist eine Chrome-Erweiterung, die von vladcheg entwickelt wurde, und ihr Hauptmerkmal ist "Tool for sitecore developers".
Erweiterungsscreenshots
Sitecore Developer Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sitecore Developer Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cmbppbejihcnbngefandoljljdppnlda |
Offizielle URL | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Beschreibung | Tool for sitecore developers |
Dateigröße | 171 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2014-01-04 |
Veröffentlichungsdatum | 2014-01-04 |
Bewertung | 4.88/5 Insgesamt 16 Bewertungen |
Entwickler | vladcheg |
Zahlungsart | free |
Erweiterungswebsite | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Hilfeseite URL | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Unterstützte Sprachen | 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" } } |