View Cached Page

View the Google cached page for the URL you are viewing

View Cached Pageคืออะไร?

View Cached Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pinibalilihamelech และคุณลักษณะหลักของมันคือ "View the Google cached page for the URL you are viewing"

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

screenshot

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

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

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

                        This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".                    

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

ชื่อ View Cached Page View Cached Page
ID pgnjgiifjjoloadfedjhmjkfbpbjdpog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog
คำอธิบาย View the Google cached page for the URL you are viewing
ขนาดไฟล์ 27.03 KB
จำนวนการติดตั้ง 954
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-22
วันที่เผยแพร่ 2014-01-22
คะแนน 2.10/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา pinibalilihamelech
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "View Cached Page",
    "description": "View the Google cached page for the URL you are viewing",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}