Cache Hit

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

Cache Hitคืออะไร?

Cache Hit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jjpmann.com และคุณลักษณะหลักของมันคือ "Shows if cache was HIT or MISS for the current page/resource."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cache Hit

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}