Wayback Machine Playback Machine
Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.
Qu'est-ce que Wayback Machine Playback Machine ?
Wayback Machine Playback Machine est une extension Chrome développée par quigley.james.g, et sa fonction principale est "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wayback Machine Playback Machine
Téléchargez les fichiers d'extension Wayback Machine Playback Machine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Have you ever been on a webpage and realized it has changed from what it used to be? Ever wondered to yourself, "How could I go back in time and see how this page used to be?" The Internet Archive's Wayback Machine (https://archive.org/web/) is a massive repository of snapshots of web pages over time. It provides a way to do just the kind of time-travel you have always longed for. But it is annoying to have to navigate to https://archive.org/web/ and then paste in the URL of the website you're interested in searching for. This extension enables you to do just that in one click!
Informations de Base sur l'Extension
Nom | Wayback Machine Playback Machine |
ID | nianblhocpljjmegmkdelbhfihmlglpf |
URL Officiel | https://chromewebstore.google.com/detail/wayback-machine-playback/nianblhocpljjmegmkdelbhfihmlglpf |
Description | Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page. |
Taille du Fichier | 2.23 MB |
Nombre d'Installations | 1,014 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2024-02-06 |
Date de Publication | 2019-02-14 |
Développeur | quigley.james.g |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Machine Playback Machine", "version": "1.0.0", "description": "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "images\/wayback_machine_calendar_16.png", "32": "images\/wayback_machine_calendar_32.png", "48": "images\/wayback_machine_calendar_48.png", "128": "images\/wayback_machine_calendar_128.png" }, "manifest_version": 3 } |