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ファイルをダウンロード

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