Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
¿Qué es Save URL to Wayback Machine?
Save URL to Wayback Machine es una extensión de Chrome desarrollada por Pierre Rudloff, y su función principal es "This extension allows you to save the current webpage to the Wayback Machine.".
Descargar Archivo CRX de la Extensión Save URL to Wayback Machine
Descarga archivos de extensión Save URL to Wayback Machine 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
Información Básica de la Extensión
Nombre | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
URL Oficial | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
Descripción | This extension allows you to save the current webpage to the Wayback Machine. |
Tamaño del Archivo | 24.03 KB |
Cantidad de Instalaciones | 71 |
Versión Actual | 0.1.0 |
Última Actualización | 2016-07-16 |
Fecha de Publicación | 2016-07-16 |
Desarrollador | Pierre Rudloff |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Rudloff/wayback-machine-chrome/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save URL to Wayback Machine", "short_name": "Wayback Machine", "description": "This extension allows you to save the current webpage to the Wayback Machine.", "version": "0.1.0", "browser_action": { "default_icon": "\/img\/archive-icon-64.png", "default_title": "Save to Wayback Machine" }, "icons": { "16": "\/img\/archive-icon-16.png", "32": "\/img\/archive-icon-32.png", "64": "\/img\/archive-icon-64.png", "128": "\/img\/archive-icon-128.png" }, "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome", "permissions": [ "contextMenus" ], "background": { "scripts": [ "wayback.js" ] } } |