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. 擴展基本資訊
| 名稱 | |
| ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| 官方網址 | 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"
}
}
} | |