Drupal themer

A simple debug tool for Drupal themers

Drupal themer là gì?

Drupal themer là một tiện ích mở rộng Chrome được phát triển bởi chi-teck, và tính năng chính của nó là "A simple debug tool for Drupal themers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drupal themer

Tải xuống các tệp mở rộng Drupal themer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drupal themer Drupal themer
ID gjlghpombfhkhigbcphenialnhbeolhd
URL Chính Thức https://chromewebstore.google.com/detail/drupal-themer/gjlghpombfhkhigbcphenialnhbeolhd
Mô tả A simple debug tool for Drupal themers
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-10-05
Ngày Phát Hành 2015-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chi-teck
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Chi-teck/drupal-themer
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}