Contao Tools

Helpful tools and links for the Contao Open Source CMS

Apa itu Contao Tools?

Contao Tools adalah ekstensi Chrome yang dikembangkan oleh Leo Feyer, dan fitur utamanya adalah "Helpful tools and links for the Contao Open Source CMS".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Contao Tools

Unduh file ekstensi Contao Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Contao Tools Contao Tools
ID hmikjmjofnopdfdijkdmdiobmfpggomd
URL Resmi https://chrome.google.com/webstore/detail/contao-tools/hmikjmjofnopdfdijkdmdiobmfpggomd
Deskripsi Helpful tools and links for the Contao Open Source CMS
Ukuran File 46.13 KB
Jumlah Instalasi 300
Versi Saat Ini 3.6
Terakhir Diperbarui 2014-01-02
Tanggal Publikasi 2014-01-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Leo Feyer
Tipe Pembayaran free
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}