WaybackMachine
web.archive.org unofficial WaybackMachine extension
什么是WaybackMachine?
WaybackMachine是由Mohammad Hussein开发的Chrome扩展程序,该扩展的主要功能是“web.archive.org unofficial WaybackMachine extension”。
扩展截图
下载WaybackMachine扩展crx文件
下载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" } } |