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"
    }
}