DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

Qu'est-ce que DrupalPod helper extension ?

DrupalPod helper extension est une extension Chrome développée par Ofer Shaal, et sa fonction principale est "This extension sets up a development environment for Drupal contributions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DrupalPod helper extension

Téléchargez les fichiers d'extension DrupalPod helper extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
URL Officiel https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Description This extension sets up a development environment for Drupal contributions.
Taille du Fichier 29.76 KB
Nombre d'Installations 1,151
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-06-07
Date de Publication 2021-06-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur Ofer Shaal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/shaal/drupalpod
URL de la Page d'Aide https://github.com/shaal/drupalpod
Langues Prises en Charge 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"
        }
    }
}