Fast TYPO3 CMS Backend switch

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

Wat is Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch is een Chrome-extensie ontwikkeld door Patrick Chevalier, en de belangrijkste functie is "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast TYPO3 CMS Backend switch

Download Fast TYPO3 CMS Backend switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
Officiële URL https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Beschrijving This extension duplicates the current tab and launches the TYPO3 CMS backend.
Bestandsgrootte 20.6 KB
Aantal Installaties 209
Huidige Versie 1.0.7
Laatst Bijgewerkt 2014-02-23
Publicatiedatum 2014-02-23
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Patrick Chevalier
Betalingswijze free
Extensiewebsite http://t3dev.graustich.com/
Ondersteunde Talen 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"
}