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.".
Снимки экрана расширения
Скачать файл 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 |
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" } |