Symphony CMS Tools
A set of little tools to accompany you in you Symphony CMS development.
Qu'est-ce que Symphony CMS Tools ?
Symphony CMS Tools est une extension Chrome développée par Gaya Kessler, et sa fonction principale est "A set of little tools to accompany you in you Symphony CMS development.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Symphony CMS Tools
Téléchargez les fichiers d'extension Symphony CMS Tools 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
A great icon to help speed up the development process of you Symphony CMS websites. Features: - Go to debug=raw of current page - Go to admin
Informations de Base sur l'Extension
Nom | |
ID | mddajkhkhkdbobeflodhaoloeodmdofl |
URL Officiel | https://chromewebstore.google.com/detail/symphony-cms-tools/mddajkhkhkdbobeflodhaoloeodmdofl |
Description | A set of little tools to accompany you in you Symphony CMS development. |
Taille du Fichier | 11.95 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2012-11-22 |
Date de Publication | 2012-11-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Gaya Kessler |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/Gaya/Symphony-CMS-Tools--a-Chrome-Extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Symphony CMS Tools", "version": "1.0.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "48": "images\/icon48.png" }, "description": "A set of little tools to accompany you in you Symphony CMS development.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Symphony CMS Tools", "default_popup": "popup-menu.html" } } |