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 |
公式URL | 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" } } |