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…
Co to jest Magento Cache Flush?
Magento Cache Flush to rozszerzenie Chrome opracowane przez https://netalico.dev, a jego główną funkcją jest „Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Magento Cache Flush
Pobierz pliki rozszerzeń Magento Cache Flush w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Oficjalny URL | https://chromewebstore.google.com/detail/magento-cache-flush/lmlhcljlggdkeibkcaegcjdmdaeaocfk |
| Opis | Extension to clear Magento 1 and 2's Cache with a keyboard shortcut (you must set the shortcut yourself). You must have the Cache… |
| Rozmiar pliku | 10.56 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2019-08-16 |
| Data Publikacji | 2019-08-15 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://netalico.dev |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |