DrupalPod helper extension
This extension sets up a development environment for Drupal contributions.
ما هو DrupalPod helper extension؟
DrupalPod helper extension هو إضافة Chrome تم تطويرها بواسطة Ofer Shaal، والميزة الرئيسية لها هي "This extension sets up a development environment for Drupal contributions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DrupalPod helper extension
قم بتنزيل ملفات الامتداد DrupalPod helper extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
}
} | |