Symphony CMS Tools
A set of little tools to accompany you in you Symphony CMS development.
Cos'è Symphony CMS Tools?
Symphony CMS Tools è un'estensione di Chrome sviluppata da Gaya Kessler, e la sua funzione principale è "A set of little tools to accompany you in you Symphony CMS development.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Symphony CMS Tools
Scarica i file di estensione Symphony CMS Tools 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | mddajkhkhkdbobeflodhaoloeodmdofl |
URL Ufficiale | https://chromewebstore.google.com/detail/symphony-cms-tools/mddajkhkhkdbobeflodhaoloeodmdofl |
Descrizione | A set of little tools to accompany you in you Symphony CMS development. |
Dimensione del File | 11.95 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2012-11-22 |
Data di Pubblicazione | 2012-11-22 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Gaya Kessler |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/Gaya/Symphony-CMS-Tools--a-Chrome-Extension |
Lingue Supportate | 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" } } |