DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

Vad är DrupalPod helper extension?

DrupalPod helper extension är en Chrome-tillägg utvecklad av Ofer Shaal, och dess huvudfunktion är "This extension sets up a development environment for Drupal contributions.".

Tilläggsskärmbilder

screenshot

Ladda ner DrupalPod helper extension-förlängningens CRX-fil

Ladda ner DrupalPod helper extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
Officiell webbadress https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Beskrivning This extension sets up a development environment for Drupal contributions.
Filstorlek 29.76 KB
Antal Installationer 1,151
Aktuell Version 1.0.7
Senast Uppdaterad 2023-06-07
Publiceringsdatum 2021-06-22
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Ofer Shaal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/shaal/drupalpod
Hjälpsida URL https://github.com/shaal/drupalpod
Stödda Språk 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"
        }
    }
}