Wayback
Go to the Internet Archive version of this site
¿Qué es Wayback?
Wayback es una extensión de Chrome desarrollada por Nickelberry, y su función principal es "Go to the Internet Archive version of this site".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wayback
Descarga archivos de extensión Wayback en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
Información Básica de la Extensión
Nombre | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
URL Oficial | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
Descripción | Go to the Internet Archive version of this site |
Tamaño del Archivo | 11.71 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.2 |
Última Actualización | 2021-06-21 |
Fecha de Publicación | 2021-06-06 |
Desarrollador | Nickelberry |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |