Wayback
Go to the Internet Archive version of this site
Wat is Wayback?
Wayback is een Chrome-extensie ontwikkeld door Nickelberry, en de belangrijkste functie is "Go to the Internet Archive version of this site".
Extensie Screenshots
Download het CRX-bestand van de extensie Wayback
Download Wayback-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
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
Basisinformatie over de Extensie
Naam | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
Officiële URL | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
Beschrijving | Go to the Internet Archive version of this site |
Bestandsgrootte | 11.71 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-06-21 |
Publicatiedatum | 2021-06-06 |
Ontwikkelaar | Nickelberry |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback", "description": "Go to the Internet Archive version of this site", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_title": "Check the archive" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |