Sitecore Developer Tool
Tool for sitecore developers
Cos'è Sitecore Developer Tool?
Sitecore Developer Tool è un'estensione di Chrome sviluppata da vladcheg, e la sua funzione principale è "Tool for sitecore developers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sitecore Developer Tool
Scarica i file di estensione Sitecore Developer Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cmbppbejihcnbngefandoljljdppnlda |
URL Ufficiale | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Descrizione | Tool for sitecore developers |
Dimensione del File | 171 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2014-01-04 |
Data di Pubblicazione | 2014-01-04 |
Valutazione | 4.88/5 Totale 16 Valutazioni |
Sviluppatore | vladcheg |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
URL della Pagina di Aiuto | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Lingue Supportate | 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" } } |