Contao Tools
Helpful tools and links for the Contao Open Source CMS
Cos'è Contao Tools?
Contao Tools è un'estensione di Chrome sviluppata da Leo Feyer, e la sua funzione principale è "Helpful tools and links for the Contao Open Source CMS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Contao Tools
Scarica i file di estensione Contao 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
The extension adds a 12 column grid overlay for the responsive Contao 3 CSS framework. The overlay can be used for standard 960 pixel grids as well. It also contains links to the most important Contao project resources.
Informazioni di Base sull'Estensione
Nome | |
ID | hmikjmjofnopdfdijkdmdiobmfpggomd |
URL Ufficiale | https://chrome.google.com/webstore/detail/contao-tools/hmikjmjofnopdfdijkdmdiobmfpggomd |
Descrizione | Helpful tools and links for the Contao Open Source CMS |
Dimensione del File | 46.13 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 3.6 |
Ultimo Aggiornamento | 2014-01-02 |
Data di Pubblicazione | 2014-01-02 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Leo Feyer |
Tipo di Pagamento | free |
Lingue Supportate | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "3.6", "manifest_version": 2, "description": "__MSG_description__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "button.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "*:\/\/*\/*" ] } |