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…".
Снимки экрана расширения
Скачать файл CRX расширения Magento Cache Flush
Скачайте файлы расширений Magento Cache Flush в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } } } |