Cached

Indicates if this response was fetched from disk cache

ما هو Cached؟

Cached هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Indicates if this response was fetched from disk cache".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cached

قم بتنزيل ملفات الامتداد Cached بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Cached
======

On pages for which the requested URL in the title bar was fetched from the disk cache, an icon will be placed at the right hand side of the omnibox (url bar).  Clicking on that icon will bring you to the cache-view page for that url.

The source is very simple, and available at https://github.com/snyamathi/cached                    

معلومات أساسية عن التمديد

الاسم Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
الوصف Indicates if this response was fetched from disk cache
حجم الملف 6.15 KB
عدد التثبيتات 26
النسخة الحالية 1.0
آخر تحديث 2014-07-08
تاريخ النشر 2014-07-07
تقييم 1.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Suneil Nyamathi",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Indicates if this response was fetched from disk cache",
    "manifest_version": 2,
    "name": "Cached",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cached"
    },
    "permissions": [
        "",
        "tabs",
        "webRequest"
    ],
    "short_name": "Cached",
    "version": "1.0"
}