Sitecore Developer Tool

Tool for sitecore developers

Sitecore Developer Toolคืออะไร?

Sitecore Developer Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vladcheg และคุณลักษณะหลักของมันคือ "Tool for sitecore developers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitecore Developer Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sitecore Developer Tool Sitecore Developer Tool
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"
    }
}