DrupalPod helper extension
This extension sets up a development environment for Drupal contributions.
什么是DrupalPod helper extension?
DrupalPod helper extension是由Ofer Shaal开发的Chrome扩展程序,该扩展的主要功能是“This extension sets up a development environment for Drupal contributions.”。
扩展截图
下载DrupalPod helper extension扩展crx文件
下载DrupalPod helper extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | DrupalPod helper extension |
ID | pjfjhkcfkhbemnbpkakjhmboacefmjjl |
官方URL | https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl |
简介 | This extension sets up a development environment for Drupal contributions. |
文件大小 | 29.76 KB |
安装次数 | 1,151 |
当前版本 | 1.0.7 |
更新时间 | 2023-06-07 |
上架时间 | 2021-06-22 |
评分 | 5.00/5 共3次评分 |
开发者 | Ofer Shaal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/shaal/drupalpod |
帮助页面URL | https://github.com/shaal/drupalpod |
支持的语言 | 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" } } } |