Fast TYPO3 CMS Backend switch

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

Hvad er Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch er en Chrome-udvidelse udviklet af Patrick Chevalier, og dens hovedfunktion er "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

Udvidelsesskærmbilleder

screenshot

Download Fast TYPO3 CMS Backend switch-udvidelses-CRX-fil

Download Fast TYPO3 CMS Backend switch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
Officiel URL https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Beskrivelse This extension duplicates the current tab and launches the TYPO3 CMS backend.
Filstørrelse 20.6 KB
Antal Installationer 209
Nuværende Version 1.0.7
Senest Opdateret 2014-02-23
Udgivelsesdato 2014-02-23
Bedømmelse 4.50/5 Samlet 6 Bedømmelser
Udvikler Patrick Chevalier
Betalingsmetode free
Udvidelseswebsted http://t3dev.graustich.com/
Understøttede Sprog 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"
}