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是由Danny Pesses开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" } |