DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

What is DrupalPod helper extension?

DrupalPod helper extension is a Chrome extension developed by Ofer Shaal, and its main feature is "This extension sets up a development environment for Drupal contributions.".

Extension Screenshots

screenshot

Download DrupalPod helper extension Extension CRX File

Download DrupalPod helper extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allow Drupal contributions in 1 click.
Open this extension from any issue page on Drupal.org, a full Drupal development environment in the cloud will open.                    

Extension Basic Information

Name DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
Official URL https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Description This extension sets up a development environment for Drupal contributions.
File Size 29.76 KB
Installation Count 1,151
Current Version 1.0.7
Last Updated 2023-06-07
Publish Date 2021-06-22
Rating 5.00/5 Total 3 Ratings
Developer Ofer Shaal
Email [email protected]
Payment Type free
Extension Website https://github.com/shaal/drupalpod
Help Page URL https://github.com/shaal/drupalpod
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DrupalPod helper extension",
    "description": "This extension sets up a development environment for Drupal contributions.",
    "version": "1.0.7",
    "homepage_url": "https:\/\/www.drupalpod.com",
    "icons": {
        "128": "icons\/DrupalPod-128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/DrupalPod-128x128.png",
        "default_popup": "popup.html",
        "default_title": "DrupalPod"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "89.0"
        }
    }
}