Cache Checker

Lookup the current page in the cache.

Cache Checkerคืออะไร?

Cache Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neptune Media และคุณลักษณะหลักของมันคือ "Lookup the current page in the cache."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cache Checker

ดาวน์โหลดไฟล์ส่วนขยาย Cache Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Display's a cached version of the current page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cache Checker 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'"
}