Magento 2 - composer patches helper

Create copy/pastable composer patch definition for vaimo/composer-patches.

Apa itu Magento 2 - composer patches helper?

Magento 2 - composer patches helper adalah ekstensi Chrome yang dikembangkan oleh Mr. Lewis, dan fitur utamanya adalah "Create copy/pastable composer patch definition for vaimo/composer-patches.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Magento 2 - composer patches helper

Unduh file ekstensi Magento 2 - composer patches helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Yes more patches like Magento 1 but then made easy for Magento 2!

Sometimes you want a new feature or bugfix from a release which is coming up already in your environment, this can easily be done by applying a patch.

Create copy/pastable composer patch definition for vaimo/composer-patches with this Chrome Extension.


https://github.com/experius/Github-Magento2-Composer-Patch                    

Informasi Dasar Ekstensi

Nama Magento 2 - composer patches helper Magento 2 - composer patches helper
ID gfndadbceejgfjahpfaijcacnmdloiad
URL Resmi https://chromewebstore.google.com/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad
Deskripsi Create copy/pastable composer patch definition for vaimo/composer-patches.
Ukuran File 38.71 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-11-26
Tanggal Publikasi 2019-11-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mr. Lewis
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Lewis Voncken ",
    "background": [],
    "description": "Create copy\/pastable composer patch definition for vaimo\/composer-patches.",
    "icons": {
        "128": "images\/logo.png"
    },
    "manifest_version": 2,
    "name": "Magento 2 - composer patches helper",
    "permissions": [],
    "short_name": "m2-composer-patches",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*\/commit\/**",
                "https:\/\/github.com\/*\/*\/pull\/**"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/github-magento2-composer-patch.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}