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