Fast TYPO3 CMS Backend switch

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

Co je Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch je rozšíření Chrome vyvinuté Patrick Chevalier, a jeho hlavní funkcí je „This extension duplicates the current tab and launches the TYPO3 CMS backend.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fast TYPO3 CMS Backend switch

Stáhněte si soubory rozšíření Fast TYPO3 CMS Backend switch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
Oficiální URL https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Popis This extension duplicates the current tab and launches the TYPO3 CMS backend.
Velikost souboru 20.6 KB
Počet instalací 209
Aktuální Verze 1.0.7
Poslední Aktualizace 2014-02-23
Datum Vydání 2014-02-23
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář Patrick Chevalier
Typ Platby free
Webové stránky Rozšíření http://t3dev.graustich.com/
Podporované Jazyky 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"
}