Drupal themer

A simple debug tool for Drupal themers

Drupal themerとは何ですか?

Drupal themerはchi-teckによって開発されたChromeの拡張機能で、その主な機能は「A simple debug tool for Drupal themers」です。

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

screenshot

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

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

拡張機能の使用方法

                        To start using enable theme debug mode on a target site and click Druplicon icon in the Chrome address bar.                    

拡張機能の基本情報

名前 Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
公式URL https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
説明 A simple debug tool for Drupal themers
ファイルサイズ 216 KB
インストール数 296
現在のバージョン 1.0.1
最終更新日 2015-10-05
公開日 2015-10-05
評価 5.00/5 合計 1 レビュー
開発者 chi-teck
支払い方法 free
拡張機能のウェブサイト https://github.com/Chi-teck/drupal-themer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drupal themer",
    "permissions": [],
    "version": "1.0.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "\/images\/16-disabled.png",
        "default_title": "Enable theme debugging"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "content.js"
            ],
            "css": [
                "bower_components\/jquery-ui\/themes\/redmond\/jquery-ui.min.css",
                "bower_components\/jquery-ui\/themes\/redmond\/theme.css",
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map",
        "bower_components\/jquery-ui\/images\/*",
        "bower_components\/jquery-ui\/themes\/redmond\/images\/*"
    ],
    "description": "A simple debug tool for Drupal themers",
    "icons": {
        "16": "images\/16-enabled.png",
        "32": "images\/32-enabled.png",
        "64": "images\/64-enabled.png",
        "128": "images\/128-enabled.png"
    }
}