Fast TYPO3 CMS Backend switch

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

ما هو Fast TYPO3 CMS Backend switch؟

Fast TYPO3 CMS Backend switch هو إضافة Chrome تم تطويرها بواسطة Patrick Chevalier، والميزة الرئيسية لها هي "This extension duplicates the current tab and launches the TYPO3 CMS backend.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Fast TYPO3 CMS Backend switch

قم بتنزيل ملفات الامتداد Fast TYPO3 CMS Backend switch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Fast TYPO3 CMS Backend switch Fast TYPO3 CMS Backend switch
ID dffllhednglghapndiogljkiegghfjom
عنوان URL الرسمي https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom
الوصف This extension duplicates the current tab and launches the TYPO3 CMS backend.
حجم الملف 20.6 KB
عدد التثبيتات 209
النسخة الحالية 1.0.7
آخر تحديث 2014-02-23
تاريخ النشر 2014-02-23
تقييم 4.50/5 مجموع تقييمات 6
المطور Patrick Chevalier
نوع الدفع free
موقع الإضافة http://t3dev.graustich.com/
اللغات المدعومة 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"
}