Fast TYPO3 CMS Backend switch

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

Vad är Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch är en Chrome-tillägg utvecklad av Patrick Chevalier, och dess huvudfunktion är "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

Tilläggsskärmbilder

screenshot

Ladda ner Fast TYPO3 CMS Backend switch-förlängningens CRX-fil

Ladda ner Fast TYPO3 CMS Backend switch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
Officiell webbadress https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Beskrivning This extension duplicates the current tab and launches the TYPO3 CMS backend.
Filstorlek 20.6 KB
Antal Installationer 209
Aktuell Version 1.0.7
Senast Uppdaterad 2014-02-23
Publiceringsdatum 2014-02-23
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare Patrick Chevalier
Betalningssätt free
Tilläggswebbplats http://t3dev.graustich.com/
Stödda Språk 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"
}