Sitecore Developer Tool
Tool for sitecore developers
什麼是Sitecore Developer Tool?
Sitecore Developer Tool是由vladcheg開發的Chrome擴展程式,該擴展的主要功能是“Tool for sitecore developers”。
擴展截圖
下載Sitecore Developer Tool擴展crx文件
下載Sitecore Developer Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cmbppbejihcnbngefandoljljdppnlda |
官方網址 | https://chrome.google.com/webstore/detail/sitecore-developer-tool/cmbppbejihcnbngefandoljljdppnlda |
簡介 | Tool for sitecore developers |
檔案大小 | 171 KB |
安裝次數 | 2,000 |
目前版本 | 2.1.2 |
更新時間 | 2014-01-04 |
上架時間 | 2014-01-04 |
評分 | 4.88/5 共 16 次評分 |
開發者 | vladcheg |
付費類型 | free |
擴展官網 | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
說明頁面URL | http://marketplace.sitecore.net/en/Modules/Sitecore_Developer_Tool.aspx |
支援的語言 | 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" } } |