WaybackMachine
web.archive.org unofficial WaybackMachine extension
WaybackMachineคืออะไร?
WaybackMachine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohammad Hussein และคุณลักษณะหลักของมันคือ "web.archive.org unofficial WaybackMachine extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaybackMachine
ดาวน์โหลดไฟล์ส่วนขยาย WaybackMachine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify. If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WaybackMachine |
ID | gofnhkhaadkoabedkchceagnjjicaihi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi |
คำอธิบาย | web.archive.org unofficial WaybackMachine extension |
ขนาดไฟล์ | 63.26 KB |
จำนวนการติดตั้ง | 4,451 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-03-18 |
วันที่เผยแพร่ | 2016-03-18 |
คะแนน | 3.42/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Mohammad Hussein |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaybackMachine", "description": "web.archive.org unofficial WaybackMachine extension", "version": "1.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |