Cache Hit

Shows if cache was HIT or MISS for the current page/resource.

Cache Hitとは何ですか?

Cache Hitはhttps://jjpmann.comによって開発されたChromeの拡張機能で、その主な機能は「Shows if cache was HIT or MISS for the current page/resource.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Shows if cache was HIT or MISS for the current page/resource.

Will check the following headers to determine a match.

Proxy:
* x-cache
* x-fastcgi-cache
* varnish-cache
* cf-cache-status

CMS:
* x-drupal-cache
* x-ee-cache                    

拡張機能の基本情報

名前 Cache Hit Cache Hit
ID dpbikgdikjegmkpihbiokijjenonebga
公式URL https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga
説明 Shows if cache was HIT or MISS for the current page/resource.
ファイルサイズ 40.4 KB
インストール数 617
現在のバージョン 1.1.1
最終更新日 2018-11-06
公開日 2018-11-06
評価 5.00/5 合計 1 レビュー
開発者 https://jjpmann.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Hit",
    "description": "Shows if cache was HIT or MISS for the current page\/resource.",
    "author": "Jerry Price",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "checking...."
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}