Wayback Utility
A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
What is Wayback Utility?
Wayback Utility is a Chrome extension developed by InfosecRD, and its main feature is "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".
Extension Screenshots
Download Wayback Utility Extension CRX File
Download Wayback Utility 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
My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.
Extension Basic Information
Name | |
ID | jpphcfodibbnmfenlknhepeddadomieo |
Official URL | https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo |
Description | A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry. |
File Size | 34.72 KB |
Installation Count | 32 |
Current Version | 0.1 |
Last Updated | 2021-03-23 |
Publish Date | 2021-03-23 |
Developer | InfosecRD |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Utility", "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en", "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.", "version": "0.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "icons": { "16": "\/images\/Clock16.png", "32": "\/images\/Clock32.png", "48": "\/images\/Clock48.png", "128": "\/images\/Clock128.png" } } |