Drupal themer

A simple debug tool for Drupal themers

Apa itu Drupal themer?

Drupal themer adalah ekstensi Chrome yang dikembangkan oleh chi-teck, dan fitur utamanya adalah "A simple debug tool for Drupal themers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Drupal themer

Unduh file ekstensi Drupal themer 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

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

Informasi Dasar Ekstensi

Nama Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
URL Resmi https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
Deskripsi A simple debug tool for Drupal themers
Ukuran File 216 KB
Jumlah Instalasi 296
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-10-05
Tanggal Publikasi 2015-10-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang chi-teck
Tipe Pembayaran free
Situs Ekstensi https://github.com/Chi-teck/drupal-themer
Bahasa yang Didukung 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"
    }
}