Fast TYPO3 CMS Backend switch

This extension duplicates the current tab and launches the TYPO3 CMS backend.

Was ist Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch ist eine Chrome-Erweiterung, die von Patrick Chevalier entwickelt wurde, und ihr Hauptmerkmal ist "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

Erweiterungsscreenshots

screenshot

Fast TYPO3 CMS Backend switch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fast TYPO3 CMS Backend switch-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

                        This extension duplicates the current tab and launches the TYPO3 CMS backend.                    

Grundlegende Informationen zur Erweiterung

Name Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
Offizielle URL https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Beschreibung This extension duplicates the current tab and launches the TYPO3 CMS backend.
Dateigröße 20.6 KB
Installationsanzahl 209
Aktuelle Version 1.0.7
Letztes Update 2014-02-23
Veröffentlichungsdatum 2014-02-23
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler Patrick Chevalier
Zahlungsart free
Erweiterungswebsite http://t3dev.graustich.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Resources\/Public\/Icons\/icon-32.png"
    },
    "description": "This extension duplicates the current tab and launches the TYPO3 CMS backend.",
    "icons": {
        "128": "Resources\/Public\/Icons\/icon-128.png",
        "48": "Resources\/Public\/Icons\/icon-48.png",
        "32": "Resources\/Public\/Icons\/icon-32.png",
        "16": "Resources\/Public\/Icons\/icon-16.png"
    },
    "name": "Fast TYPO3 CMS Backend switch",
    "short_name": "TYPO3 Backend",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.7",
    "manifest_version": 2,
    "author": "Patrick Lischka"
}