Drupal Helper

Provides convenience stuff for drupal.

Drupal Helper क्या है?

Drupal Helper JEC006 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides convenience stuff for drupal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drupal Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}