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是由Patrick Chevalier开发的Chrome扩展程序,该扩展的主要功能是“This extension duplicates the current tab and launches the TYPO3 CMS backend.”。

扩展截图

screenshot

下载Fast TYPO3 CMS Backend switch扩展crx文件

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