Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
什么是Time Travel?
Time Travel是由http://djuptho.com开发的Chrome扩展程序,该扩展的主要功能是“Use this extension to easily check how the web page you're visiting looked like in the past.”。
扩展截图
下载Time Travel扩展crx文件
下载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" ] } |