Drupal themer

A simple debug tool for Drupal themers

Drupal themerคืออะไร?

Drupal themer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chi-teck และคุณลักษณะหลักของมันคือ "A simple debug tool for Drupal themers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drupal themer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}