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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}