Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
Apa itu Cache Hit?
Cache Hit adalah ekstensi Chrome yang dikembangkan oleh https://jjpmann.com, dan fitur utamanya adalah "Shows if cache was HIT or MISS for the current page/resource.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cache Hit
Unduh file ekstensi Cache Hit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
URL Resmi | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Deskripsi | Shows if cache was HIT or MISS for the current page/resource. |
Ukuran File | 40.4 KB |
Jumlah Instalasi | 617 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2018-11-06 |
Tanggal Publikasi | 2018-11-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://jjpmann.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |