Cache Checker
Lookup the current page in the cache.
Apa itu Cache Checker?
Cache Checker adalah ekstensi Chrome yang dikembangkan oleh Neptune Media, dan fitur utamanya adalah "Lookup the current page in the cache.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cache Checker
Unduh file ekstensi Cache Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Display's a cached version of the current page.
Informasi Dasar Ekstensi
Nama | Cache Checker |
ID | jfipdgenfgpoakdfnndhkgjnnopnlohn |
URL Resmi | https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn |
Deskripsi | Lookup the current page in the cache. |
Ukuran File | 26.51 KB |
Jumlah Instalasi | 3,218 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-03-31 |
Tanggal Publikasi | 2014-03-30 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Neptune Media |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |