Waybackify
Quickly open pages using Archive.org's Way Back Machine
What is Waybackify?
Waybackify is a Chrome extension developed by luciusdave, and its main feature is "Quickly open pages using Archive.org's Way Back Machine".
Extension Screenshots
Download Waybackify Extension CRX File
Download Waybackify 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
Simple tool to open pages in Archive.org's Wayback Machine quickly. Click on the extension icon to open the current page in the Wayback Machine, or right-click on a link to open that link. Icon made from http://www.onlinewebfonts.com/icon is licensed by CC BY 3.0
Extension Basic Information
Name | |
ID | knkbemnnenjfbkapiegnjhifngiofbnm |
Official URL | https://chrome.google.com/webstore/detail/waybackify/knkbemnnenjfbkapiegnjhifngiofbnm |
Description | Quickly open pages using Archive.org's Way Back Machine |
File Size | 23.29 KB |
Installation Count | 124 |
Current Version | 0.1.6.7 |
Last Updated | 2021-02-09 |
Publish Date | 2019-09-27 |
Developer | luciusdave |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waybackify", "description": "Quickly open pages using Archive.org's Way Back Machine", "version": "0.1.6.7", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon-bitty.png", "48": "icon-medium.png", "128": "icon-large.png" }, "background": { "scripts": [ "main.js" ] }, "browser_action": [] } |