Contao Tools
Helpful tools and links for the Contao Open Source CMS
What is Contao Tools?
Contao Tools is a Chrome extension developed by Leo Feyer, and its main feature is "Helpful tools and links for the Contao Open Source CMS".
Extension Screenshots
Download Contao Tools Extension CRX File
Download Contao Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hmikjmjofnopdfdijkdmdiobmfpggomd |
Official URL | https://chrome.google.com/webstore/detail/contao-tools/hmikjmjofnopdfdijkdmdiobmfpggomd |
Description | Helpful tools and links for the Contao Open Source CMS |
File Size | 46.13 KB |
Installation Count | 300 |
Current Version | 3.6 |
Last Updated | 2014-01-02 |
Publish Date | 2014-01-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Leo Feyer |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/*" ] } |