Cached link

Cached links show you what a webpage looked like the last time Google visited it

Cached linkคืออะไร?

Cached link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย - และคุณลักษณะหลักของมันคือ "Cached links show you what a webpage looked like the last time Google visited it"

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Cached link Cached link
ID dknndpinklaamkckfjfjdnmnmgaakcaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cached-link/dknndpinklaamkckfjfjdnmnmgaakcaf
คำอธิบาย Cached links show you what a webpage looked like the last time Google visited it
ขนาดไฟล์ 29.74 KB
จำนวนการติดตั้ง 878
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2015-06-23
วันที่เผยแพร่ 2015-06-23
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา -
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest__",
    "version": "0.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}