Magento Cache Flush

Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…

ما هو Magento Cache Flush؟

Magento Cache Flush هو إضافة Chrome تم تطويرها بواسطة https://netalico.dev، والميزة الرئيسية لها هي "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".

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

screenshot

تحميل ملف CRX للإضافة Magento Cache Flush

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

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

                        Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself).

You must have the Cache Management page open somewhere in a tab for it to work.                    

معلومات أساسية عن التمديد

الاسم Magento Cache Flush Magento Cache Flush
ID lmlhcljlggdkeibkcaegcjdmdaeaocfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk
الوصف Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…
حجم الملف 10.56 KB
عدد التثبيتات 24
النسخة الحالية 1.1
آخر تحديث 2019-08-16
تاريخ النشر 2019-08-15
تقييم 5.00/5 مجموع تقييمات 1
المطور https://netalico.dev
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magento Cache Flush",
    "version": "1.1",
    "description": "",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Clear Magento's Cache"
        }
    }
}