Contao Tools
Helpful tools and links for the Contao Open Source CMS
Wat is Contao Tools?
Contao Tools is een Chrome-extensie ontwikkeld door Leo Feyer, en de belangrijkste functie is "Helpful tools and links for the Contao Open Source CMS".
Extensie Screenshots
Download het CRX-bestand van de extensie Contao Tools
Download Contao Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hmikjmjofnopdfdijkdmdiobmfpggomd |
Officiële URL | https://chrome.google.com/webstore/detail/contao-tools/hmikjmjofnopdfdijkdmdiobmfpggomd |
Beschrijving | Helpful tools and links for the Contao Open Source CMS |
Bestandsgrootte | 46.13 KB |
Aantal Installaties | 300 |
Huidige Versie | 3.6 |
Laatst Bijgewerkt | 2014-01-02 |
Publicatiedatum | 2014-01-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Leo Feyer |
Betalingswijze | free |
Ondersteunde Talen | 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", "*:\/\/*\/*" ] } |