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…"입니다.

확장 프로그램 스크린샷

screenshot

Magento Cache Flush 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        }
    }
}