Sitecore Developer Tool
Tool for sitecore developers
Apa itu Sitecore Developer Tool?
Sitecore Developer Tool adalah ekstensi Chrome yang dikembangkan oleh vladcheg, dan fitur utamanya adalah "Tool for sitecore developers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sitecore Developer Tool
Unduh file ekstensi Sitecore Developer Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cmbppbejihcnbngefandoljljdppnlda |
URL Resmi | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
Deskripsi | Tool for sitecore developers |
Ukuran File | 171 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 2.1.2 |
Terakhir Diperbarui | 2014-01-04 |
Tanggal Publikasi | 2014-01-04 |
Penilaian | 4.88/5 Total 16 Penilaian |
Pengembang | vladcheg |
Tipe Pembayaran | free |
Situs Ekstensi | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
URL Halaman Bantuan | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
Bahasa yang Didukung | 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" } } |