Symphony CMS Tools

A set of little tools to accompany you in you Symphony CMS development.

Was ist Symphony CMS Tools?

Symphony CMS Tools ist eine Chrome-Erweiterung, die von Gaya Kessler entwickelt wurde, und ihr Hauptmerkmal ist "A set of little tools to accompany you in you Symphony CMS development.".

Erweiterungsscreenshots

screenshot

Symphony CMS Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Symphony CMS Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A great icon to help speed up the development process of you Symphony CMS websites.

Features:
- Go to debug=raw of current page
- Go to admin                    

Grundlegende Informationen zur Erweiterung

Name Symphony CMS Tools Symphony CMS Tools
ID mddajkhkhkdbobeflodhaoloeodmdofl
Offizielle URL https://chromewebstore.google.com/detail/symphony-cms-tools/mddajkhkhkdbobeflodhaoloeodmdofl
Beschreibung A set of little tools to accompany you in you Symphony CMS development.
Dateigröße 11.95 KB
Installationsanzahl 48
Aktuelle Version 1.0.5
Letztes Update 2012-11-22
Veröffentlichungsdatum 2012-11-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Gaya Kessler
Zahlungsart free
Hilfeseite URL https://github.com/Gaya/Symphony-CMS-Tools--a-Chrome-Extension
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Symphony CMS Tools",
    "version": "1.0.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "images\/icon48.png"
    },
    "description": "A set of little tools to accompany you in you Symphony CMS development.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Symphony CMS Tools",
        "default_popup": "popup-menu.html"
    }
}