Magento 2 - composer patches helper

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

Co to jest Magento 2 - composer patches helper?

Magento 2 - composer patches helper to rozszerzenie Chrome opracowane przez Mr. Lewis, a jego główną funkcją jest „Create copy/pastable composer patch definition for vaimo/composer-patches.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Magento 2 - composer patches helper

Pobierz pliki rozszerzeń Magento 2 - composer patches helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Magento 2 - composer patches helper Magento 2 - composer patches helper
ID gfndadbceejgfjahpfaijcacnmdloiad
Oficjalny URL https://chromewebstore.google.com/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad
Opis Create copy/pastable composer patch definition for vaimo/composer-patches.
Rozmiar pliku 38.71 KB
Liczba instalacji 56
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-11-26
Data Publikacji 2019-11-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Mr. Lewis
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}