Cached
Indicates if this response was fetched from disk cache
什麼是Cached?
Cached是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Indicates if this response was fetched from disk cache”。
擴展截圖
下載Cached擴展crx文件
下載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 |
ID | iennkaeaoklnkgiamabcmkjhahmdbelb |
官方網址 | 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": [ " |