No Cache

Ensure that you see your page without client and server caches

No Cacheとは何ですか?

No CacheはRoman Hlushkoによって開発されたChromeの拡張機能で、その主な機能は「Ensure that you see your page without client and server caches」です。

拡張機能のスクリーンショット

screenshot

No Cache拡張機能のCRXファイルをダウンロード

No Cache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take cache cleaning to the next level! 

No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥                    

拡張機能の基本情報

名前 No Cache No Cache
ID imcbegkljmmdaacgnepdhpnlijgpcpbi
公式URL https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi
説明 Ensure that you see your page without client and server caches
ファイルサイズ 18.36 KB
インストール数 170
現在のバージョン 1.0
最終更新日 2020-03-31
公開日 2020-03-31
評価 5.00/5 合計 1 レビュー
開発者 Roman Hlushko
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/roma-glushko/no-cache-extension
ヘルプページのURL https://github.com/roma-glushko/no-cache-extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Cache",
    "version": "1.0",
    "description": "Ensure that you see your page without client and server caches",
    "browser_action": {
        "default_title": "No Cache!"
    },
    "icons": {
        "120": "\/images\/icon-120.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "contextMenus"
    ]
}