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.”。

擴展截圖

screenshot

下載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 DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
官方網址 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"
        }
    }
}