DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

Cos'è DrupalPod helper extension?

DrupalPod helper extension è un'estensione di Chrome sviluppata da Ofer Shaal, e la sua funzione principale è "This extension sets up a development environment for Drupal contributions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DrupalPod helper extension

Scarica i file di estensione DrupalPod helper extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
URL Ufficiale https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Descrizione This extension sets up a development environment for Drupal contributions.
Dimensione del File 29.76 KB
Conteggio Installazioni 1,151
Versione Corrente 1.0.7
Ultimo Aggiornamento 2023-06-07
Data di Pubblicazione 2021-06-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ofer Shaal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shaal/drupalpod
URL della Pagina di Aiuto https://github.com/shaal/drupalpod
Lingue Supportate 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"
        }
    }
}