Go Back in Time
Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Go Back in Timeคืออะไร?
Go Back in Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danny Pesses และคุณลักษณะหลักของมันคือ "Go back in time and see how a specific page used to look using a variety of page caching/archiving services"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Back in Time
ดาวน์โหลดไฟล์ส่วนขยาย Go Back in Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Based on the Firefox plugin Resurrect Pages, "Go Back in Time" allows you to view cached version of a web page through the following caching/mirror services: • CoralCDN • Google Cache • The Internet Archive • Yahoo! Cache • MSN Cache • Gigablast Cache • WebCite
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hgdahcpipmgehmaaankiglanlgljlakj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj |
คำอธิบาย | Go back in time and see how a specific page used to look using a variety of page caching/archiving services |
ขนาดไฟล์ | 38.93 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-08-12 |
วันที่เผยแพร่ | 2015-08-12 |
คะแนน | 3.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Danny Pesses |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Go back in time and see how a specific page used to look using a variety of page caching\/archiving services", "icons": { "128": "icon-128.png", "16": "menu-icon.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Go Back in Time", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1" } |