Wayback Utility
A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Wat is Wayback Utility?
Wayback Utility is een Chrome-extensie ontwikkeld door InfosecRD, en de belangrijkste functie is "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wayback Utility
Download Wayback Utility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jpphcfodibbnmfenlknhepeddadomieo |
Officiële URL | https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo |
Beschrijving | A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry. |
Bestandsgrootte | 34.72 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-03-23 |
Publicatiedatum | 2021-03-23 |
Ontwikkelaar | InfosecRD |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |