Contao Tools

Helpful tools and links for the Contao Open Source CMS

Contao Toolsとは何ですか?

Contao ToolsはLeo Feyerによって開発されたChromeの拡張機能で、その主な機能は「Helpful tools and links for the Contao Open Source CMS」です。

拡張機能のスクリーンショット

screenshot

Contao Tools拡張機能のCRXファイルをダウンロード

Contao Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Contao Tools Contao Tools
ID hmikjmjofnopdfdijkdmdiobmfpggomd
公式URL https://chrome.google.com/webstore/detail/contao-tools/hmikjmjofnopdfdijkdmdiobmfpggomd
説明 Helpful tools and links for the Contao Open Source CMS
ファイルサイズ 46.13 KB
インストール数 300
現在のバージョン 3.6
最終更新日 2014-01-02
公開日 2014-01-02
評価 5.00/5 合計 4 レビュー
開発者 Leo Feyer
支払い方法 free
対応言語 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",
        "*:\/\/*\/*"
    ]
}