Fast TYPO3 CMS Backend switch
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Qu'est-ce que Fast TYPO3 CMS Backend switch ?
Fast TYPO3 CMS Backend switch est une extension Chrome développée par Patrick Chevalier, et sa fonction principale est "This extension duplicates the current tab and launches the TYPO3 CMS backend.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast TYPO3 CMS Backend switch
Téléchargez les fichiers d'extension Fast TYPO3 CMS Backend switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Informations de Base sur l'Extension
Nom | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
URL Officiel | https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom |
Description | This extension duplicates the current tab and launches the TYPO3 CMS backend. |
Taille du Fichier | 20.6 KB |
Nombre d'Installations | 209 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2014-02-23 |
Date de Publication | 2014-02-23 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Patrick Chevalier |
Type de Paiement | free |
Site Web de l'Extension | http://t3dev.graustich.com/ |
Langues Prises en Charge | 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" } |