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 |
| 公式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'"
} | |