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…
What is Magento Cache Flush?
Magento Cache Flush is a Chrome extension developed by https://netalico.dev, and its main feature is "Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…".
Extension Screenshots
Download Magento Cache Flush Extension CRX File
Download Magento Cache Flush 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
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.
Extension Basic Information
Name | Magento Cache Flush |
ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Official URL | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
Description | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
File Size | 10.56 KB |
Installation Count | 24 |
Current Version | 1.1 |
Last Updated | 2019-08-16 |
Publish Date | 2019-08-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://netalico.dev |
Payment Type | free |
Supported Languages | 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" } } } |