WaybackMachine
web.archive.org unofficial WaybackMachine extension
What is WaybackMachine?
WaybackMachine is a Chrome extension developed by Mohammad Hussein, and its main feature is "web.archive.org unofficial WaybackMachine extension".
Extension Screenshots
Download WaybackMachine Extension CRX File
Download WaybackMachine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WaybackMachine |
ID | gofnhkhaadkoabedkchceagnjjicaihi |
Official URL | https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi |
Description | web.archive.org unofficial WaybackMachine extension |
File Size | 63.26 KB |
Installation Count | 4,451 |
Current Version | 1.1 |
Last Updated | 2016-03-18 |
Publish Date | 2016-03-18 |
Rating | 3.42/5 Total 24 Ratings |
Developer | Mohammad Hussein |
Payment Type | free |
Supported Languages | 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" } } |