Magento 2 - composer patches helper

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

Cos'è Magento 2 - composer patches helper?

Magento 2 - composer patches helper è un'estensione di Chrome sviluppata da Mr. Lewis, e la sua funzione principale è "Create copy/pastable composer patch definition for vaimo/composer-patches.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magento 2 - composer patches helper

Scarica i file di estensione Magento 2 - composer patches helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Magento 2 - composer patches helper Magento 2 - composer patches helper
ID gfndadbceejgfjahpfaijcacnmdloiad
URL Ufficiale https://chromewebstore.google.com/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad
Descrizione Create copy/pastable composer patch definition for vaimo/composer-patches.
Dimensione del File 38.71 KB
Conteggio Installazioni 56
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-11-26
Data di Pubblicazione 2019-11-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mr. Lewis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}