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. 擴展基本資訊
| 名稱 | |
| ID | jfipdgenfgpoakdfnndhkgjnnopnlohn |
| 官方網址 | 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'"
} | |