Magento 2 - composer patches helper

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

什麼是Magento 2 - composer patches helper?

Magento 2 - composer patches helper是由Mr. Lewis開發的Chrome擴展程式,該擴展的主要功能是“Create copy/pastable composer patch definition for vaimo/composer-patches.”。

擴展截圖

screenshot

下載Magento 2 - composer patches helper擴展crx文件

下載Magento 2 - composer patches helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Magento 2 - composer patches helper Magento 2 - composer patches helper
ID gfndadbceejgfjahpfaijcacnmdloiad
官方網址 https://chromewebstore.google.com/detail/magento-2-composer-patche/gfndadbceejgfjahpfaijcacnmdloiad
簡介 Create copy/pastable composer patch definition for vaimo/composer-patches.
檔案大小 38.71 KB
安裝次數 56
目前版本 1.0.0
更新時間 2019-11-26
上架時間 2019-11-25
評分 5.00/5 共 1 次評分
開發者 Mr. Lewis
電子郵箱 [email protected]
付費類型 free
支援的語言 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
        }
    ]
}