Remote Cached Pages

Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.

Remote Cached Pagesคืออะไร?

Remote Cached Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jore และคุณลักษณะหลักของมันคือ "Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable."

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

screenshot

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

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

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

                        Attempting to follow a link but end up on a server error page? 

This extension adds an option to the right-click menu of links which attempts to open a cached copy of the page from Google's servers.


Version History:
2013-08-15 v1.1.1
  - Previous package contained wrong files
2013-08-12 v1.1
  - Added support for links from Google's search result page
  - Added support for internationalization
2013-08-08 v1.0
  - First Version                    

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

ชื่อ Remote Cached Pages Remote Cached Pages
ID oohbelomhgnmhecmpokphhmlopdkmfip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remote-cached-pages/oohbelomhgnmhecmpokphhmlopdkmfip
คำอธิบาย Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.
ขนาดไฟล์ 8.72 KB
จำนวนการติดตั้ง 321
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2013-08-15
วันที่เผยแพร่ 2013-08-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jore
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "callbackRegister.js"
        ],
        "persistent": false
    },
    "default_locale": "en"
}