Fast TYPO3 CMS Backend switch
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Cos'è Fast TYPO3 CMS Backend switch?
Fast TYPO3 CMS Backend switch è un'estensione di Chrome sviluppata da Patrick Chevalier, e la sua funzione principale è "This extension duplicates the current tab and launches the TYPO3 CMS backend.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast TYPO3 CMS Backend switch
Scarica i file di estensione Fast TYPO3 CMS Backend switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Informazioni di Base sull'Estensione
Nome | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom |
Descrizione | This extension duplicates the current tab and launches the TYPO3 CMS backend. |
Dimensione del File | 20.6 KB |
Conteggio Installazioni | 209 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2014-02-23 |
Data di Pubblicazione | 2014-02-23 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Patrick Chevalier |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://t3dev.graustich.com/ |
Lingue Supportate | 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" } |