DrupalPod helper extension
This extension sets up a development environment for Drupal contributions.
Wat is DrupalPod helper extension?
DrupalPod helper extension is een Chrome-extensie ontwikkeld door Ofer Shaal, en de belangrijkste functie is "This extension sets up a development environment for Drupal contributions.".
Extensie Screenshots
Download het CRX-bestand van de extensie DrupalPod helper extension
Download DrupalPod helper extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pjfjhkcfkhbemnbpkakjhmboacefmjjl |
| Officiële URL | https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl |
| Beschrijving | This extension sets up a development environment for Drupal contributions. |
| Bestandsgrootte | 29.76 KB |
| Aantal Installaties | 1,151 |
| Huidige Versie | 1.0.7 |
| Laatst Bijgewerkt | 2023-06-07 |
| Publicatiedatum | 2021-06-22 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Ofer Shaal |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/shaal/drupalpod |
| Help Pagina-URL | https://github.com/shaal/drupalpod |
| Ondersteunde Talen | 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"
}
}
} | |