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是由https://netalico.dev开发的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…”。
扩展截图
下载Magento Cache Flush扩展crx文件
下载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" } } } |