Fast TYPO3 CMS Backend switch
This extension duplicates the current tab and launches the TYPO3 CMS backend.
What is Fast TYPO3 CMS Backend switch?
Fast TYPO3 CMS Backend switch is a Chrome extension developed by Patrick Chevalier, and its main feature is "This extension duplicates the current tab and launches the TYPO3 CMS backend.".
Extension Screenshots
Download Fast TYPO3 CMS Backend switch Extension CRX File
Download Fast TYPO3 CMS Backend switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Extension Basic Information
Name | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
Official URL | https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom |
Description | This extension duplicates the current tab and launches the TYPO3 CMS backend. |
File Size | 20.6 KB |
Installation Count | 209 |
Current Version | 1.0.7 |
Last Updated | 2014-02-23 |
Publish Date | 2014-02-23 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Patrick Chevalier |
Payment Type | free |
Extension Website | http://t3dev.graustich.com/ |
Supported Languages | 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" } |