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 هو إضافة Chrome تم تطويرها بواسطة Mr. Lewis، والميزة الرئيسية لها هي "Create copy/pastable composer patch definition for vaimo/composer-patches.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Magento 2 - composer patches helper

قم بتنزيل ملفات الامتداد Magento 2 - composer patches helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
        }
    ]
}