Fast TYPO3 CMS Backend switch

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

Apa itu Fast TYPO3 CMS Backend switch?

Fast TYPO3 CMS Backend switch adalah ekstensi Chrome yang dikembangkan oleh Patrick Chevalier, dan fitur utamanya adalah "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fast TYPO3 CMS Backend switch

Unduh file ekstensi Fast TYPO3 CMS Backend switch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
URL Resmi https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
Deskripsi This extension duplicates the current tab and launches the TYPO3 CMS backend.
Ukuran File 20.6 KB
Jumlah Instalasi 209
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2014-02-23
Tanggal Publikasi 2014-02-23
Penilaian 4.50/5 Total 6 Penilaian
Pengembang Patrick Chevalier
Tipe Pembayaran free
Situs Ekstensi http://t3dev.graustich.com/
Bahasa yang Didukung 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"
}