Cached

Indicates if this response was fetched from disk cache

Cached là gì?

Cached là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Indicates if this response was fetched from disk cache".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cached

Tải xuống các tệp mở rộng Cached dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Chính Thức https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Mô tả Indicates if this response was fetched from disk cache
Kích Thước Tệp 6.15 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-07-08
Ngày Phát Hành 2014-07-07
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}