Magento 2 - composer patches helper

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

What is Magento 2 - composer patches helper?

Magento 2 - composer patches helper is a Chrome extension developed by Mr. Lewis, and its main feature is "Create copy/pastable composer patch definition for vaimo/composer-patches.".

Extension Screenshots

screenshot

Download Magento 2 - composer patches helper Extension CRX File

Download Magento 2 - composer patches helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Magento 2 - composer patches helper Magento 2 - composer patches helper
ID gfndadbceejgfjahpfaijcacnmdloiad
Official URL https://chromewebstore.google.com/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad
Description Create copy/pastable composer patch definition for vaimo/composer-patches.
File Size 38.71 KB
Installation Count 56
Current Version 1.0.0
Last Updated 2019-11-26
Publish Date 2019-11-25
Rating 5.00/5 Total 1 Ratings
Developer Mr. Lewis
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}