Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
Time Travelคืออะไร?
Time Travel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://djuptho.com และคุณลักษณะหลักของมันคือ "Use this extension to easily check how the web page you're visiting looked like in the past."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Travel
ดาวน์โหลดไฟล์ส่วนขยาย Time Travel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Time Travel extension is a tool for everyone with an interest in internet history. The extension takes you back in time, displaying copies of the web page since the day the web page was created.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
คำอธิบาย | Use this extension to easily check how the web page you're visiting looked like in the past. |
ขนาดไฟล์ | 26.23 KB |
จำนวนการติดตั้ง | 635 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-11-04 |
วันที่เผยแพร่ | 2017-11-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://djuptho.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Travel", "short_name": "A handy tool for all internet users that takes the page back in time", "description": "Use this extension to easily check how the web page you're visiting looked like in the past.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |