Drupal Helper

Provides convenience stuff for drupal.

Drupal Helperคืออะไร?

Drupal Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JEC006 และคุณลักษณะหลักของมันคือ "Provides convenience stuff for drupal."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Drupal Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Helps smooth out some annoying / hard to use parts of the Drupal (7) admin.  This will NOT work if you use the overlay (though in some ways maybe the best thing this can do for you is make you disable the overlay).

Adds a search bar that allows you to jump to modules on the admin/module screen.  Will also allow you to change the dependency lists into links so you can jump to the various dependencies with a single click.

For permissions, it provides collapsible sections, a way to add each permission to all roles and some node actions for the permissions screen.  Also displays the machine name of the permission.

For context, it provides better theming for the sidebar in reactions and displays the module and delta for each block.

More features to come.  Contributions welcome at https://github.com/jec006/drupalhelper


Release Notes:
0.6
Added better support for sites installed in subdirectories
Added context block niceties

0.5
Add permissions features.

0.4 
Added /admin/modules/list to the injected pages
Updated some theming to be more consistant
Added better support for themes other than rubik and seven                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Drupal Helper Drupal Helper
ID hfbbonkgmaonmiimglldgmanfbgbimhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drupal-helper/hfbbonkgmaonmiimglldgmanfbgbimhf
คำอธิบาย Provides convenience stuff for drupal.
ขนาดไฟล์ 383 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2012-11-21
วันที่เผยแพร่ 2012-11-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา JEC006
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jec006/drupalhelper
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drupal Helper",
    "version": "0.6",
    "description": "Provides convenience stuff for drupal.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/admin\/modules",
                "*:\/\/*\/admin\/modules\/list",
                "*:\/\/*\/*\/admin\/modules",
                "*:\/\/*\/*\/admin\/modules\/list"
            ],
            "css": [
                "modules.css"
            ],
            "js": [
                "modules.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/admin\/people\/permissions",
                "*:\/\/*\/*\/admin\/people\/permissions"
            ],
            "css": [
                "permissions.css"
            ],
            "js": [
                "permissions.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/admin\/structure\/context\/list\/*\/edit",
                "*:\/\/*\/*\/admin\/structure\/context\/list\/*\/edit"
            ],
            "css": [
                "context.css"
            ],
            "js": [
                "context.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}