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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}