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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cache Hit
قم بتنزيل ملفات الامتداد Cache Hit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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:\/\/*\/*" ] } |