Sitecore Developer Tool

Tool for sitecore developers

Sitecore Developer Tool क्या है?

Sitecore Developer Tool vladcheg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for sitecore developers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sitecore Developer Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}