Cache Hit
Shows if cache was HIT or MISS for the current page/resource.
Qu'est-ce que Cache Hit ?
Cache Hit est une extension Chrome développée par https://jjpmann.com, et sa fonction principale est "Shows if cache was HIT or MISS for the current page/resource.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cache Hit
Téléchargez les fichiers d'extension Cache Hit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Cache Hit |
ID | dpbikgdikjegmkpihbiokijjenonebga |
URL Officiel | https://chromewebstore.google.com/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga |
Description | Shows if cache was HIT or MISS for the current page/resource. |
Taille du Fichier | 40.4 KB |
Nombre d'Installations | 617 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2018-11-06 |
Date de Publication | 2018-11-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://jjpmann.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |