Cache Checker
Lookup the current page in the cache.
什么是Cache Checker?
Cache Checker是由Neptune Media开发的Chrome扩展程序,该扩展的主要功能是“Lookup the current page in the cache.”。
扩展截图
下载Cache Checker扩展crx文件
下载Cache Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Display's a cached version of the current page.
扩展基本信息
名称 | Cache Checker |
ID | jfipdgenfgpoakdfnndhkgjnnopnlohn |
官方URL | https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn |
简介 | Lookup the current page in the cache. |
文件大小 | 26.51 KB |
安装次数 | 3,218 |
当前版本 | 0.2 |
更新时间 | 2014-03-31 |
上架时间 | 2014-03-30 |
评分 | 3.67/5 共3次评分 |
开发者 | Neptune Media |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Checker", "short_name": "Cache Checker", "version": "0.2", "description": "Lookup the current page in the cache.", "homepage_url": "http:\/\/www.cache.com", "background": { "persistent": false, "page": "background.html" }, "icons": { "16": "images\/icon.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/ssl.google-analytics.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Cache Checker" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |