Fast TYPO3 CMS Backend switch
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Co to jest Fast TYPO3 CMS Backend switch?
Fast TYPO3 CMS Backend switch to rozszerzenie Chrome opracowane przez Patrick Chevalier, a jego główną funkcją jest „This extension duplicates the current tab and launches the TYPO3 CMS backend.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fast TYPO3 CMS Backend switch
Pobierz pliki rozszerzeń Fast TYPO3 CMS Backend switch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Podstawowe informacje o rozszerzeniu
Nazwa | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
Oficjalny URL | https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom |
Opis | This extension duplicates the current tab and launches the TYPO3 CMS backend. |
Rozmiar pliku | 20.6 KB |
Liczba instalacji | 209 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2014-02-23 |
Data Publikacji | 2014-02-23 |
Ocena | 4.50/5 Łącznie 6 Oceny |
Deweloper | Patrick Chevalier |
Typ Płatności | free |
Strona Rozszerzenia | http://t3dev.graustich.com/ |
Obsługiwane Języki | 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" } |