DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

Что такое DrupalPod helper extension?

DrupalPod helper extension - это расширение Chrome, разработанное Ofer Shaal, и его основная функция - "This extension sets up a development environment for Drupal contributions.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DrupalPod helper extension

Скачайте файлы расширений DrupalPod helper extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
Официальный URL https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Описание This extension sets up a development environment for Drupal contributions.
Размер файла 29.76 KB
Количество установок 1,151
Текущая Версия 1.0.7
Последнее Обновление 2023-06-07
Дата публикации 2021-06-22
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Ofer Shaal
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/shaal/drupalpod
URL страницы помощи https://github.com/shaal/drupalpod
Поддерживаемые языки 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"
        }
    }
}