Fast TYPO3 CMS Backend switch

Fast TYPO3 CMS Backend switch

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

Merlin
Additional files are visible only to premium users

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": {
    "16": "Resources/Public/Icons/icon-16.png",
    "32": "Resources/Public/Icons/icon-32.png",
    "48": "Resources/Public/Icons/icon-48.png",
    "128": "Resources/Public/Icons/icon-128.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"
}