DrupalPod helper extension

This extension sets up a development environment for Drupal contributions.

DrupalPod helper extension là gì?

DrupalPod helper extension là một tiện ích mở rộng Chrome được phát triển bởi Ofer Shaal, và tính năng chính của nó là "This extension sets up a development environment for Drupal contributions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DrupalPod helper extension

Tải xuống các tệp mở rộng DrupalPod helper extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DrupalPod helper extension DrupalPod helper extension
ID pjfjhkcfkhbemnbpkakjhmboacefmjjl
URL Chính Thức https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl
Mô tả This extension sets up a development environment for Drupal contributions.
Kích Thước Tệp 29.76 KB
Số Lần Cài Đặt 1,151
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-06-07
Ngày Phát Hành 2021-06-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ofer Shaal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shaal/drupalpod
URL Trang Trợ Giúp https://github.com/shaal/drupalpod
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}