Wayback
Go to the Internet Archive version of this site
Waybackคืออะไร?
Wayback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nickelberry และคุณลักษณะหลักของมันคือ "Go to the Internet Archive version of this site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wayback
ดาวน์โหลดไฟล์ส่วนขยาย Wayback ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
คำอธิบาย | Go to the Internet Archive version of this site |
ขนาดไฟล์ | 11.71 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-06-21 |
วันที่เผยแพร่ | 2021-06-06 |
ผู้พัฒนา | Nickelberry |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback", "description": "Go to the Internet Archive version of this site", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_title": "Check the archive" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |