DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

Co to jest DrupalPod helper extension?

DrupalPod helper extension to rozszerzenie Chrome opracowane przez Ofer Shaal, a jego główną funkcją jest „This extension sets up a development environment for Drupal contributions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DrupalPod helper extension

Pobierz pliki rozszerzeń DrupalPod helper extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
Oficjalny URL https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Opis This extension sets up a development environment for Drupal contributions.
Rozmiar pliku 29.76 KB
Liczba instalacji 1,151
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2023-06-07
Data Publikacji 2021-06-22
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Ofer Shaal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/shaal/drupalpod
Adres URL Strony Pomocy https://github.com/shaal/drupalpod
Obsługiwane Języki 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"
        }
    }
}