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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}