Wayback Machine Auto-Archiver
Automatically Archive Pages.
O que é Wayback Machine Auto-Archiver?
Wayback Machine Auto-Archiver é uma extensão do Chrome desenvolvida por jacobkotrla, e sua principal característica é "Automatically Archive Pages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wayback Machine Auto-Archiver
Baixe arquivos de extensão Wayback Machine Auto-Archiver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is the app I made for the Congressional App Challenge 2018. It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive. In order archive web pages, the extension needs to see which pages you visit, which enables it to log your browsing history. These URLs are only sent to the Internet Archive for archival, and the Internet Archive may log your IP address. The icon that displays in the toolbar once the extension is installed is from http://freeicons.io/
Informações Básicas da Extensão
Nome | Wayback Machine Auto-Archiver |
ID | klnimjpfkfcfdllnbmmhjjomcmciepkk |
URL Oficial | https://chromewebstore.google.com/detail/wayback-machine-auto-arch/klnimjpfkfcfdllnbmmhjjomcmciepkk |
Descrição | Automatically Archive Pages. |
Tamanho do Arquivo | 34.71 KB |
Contagem de Instalações | 1,190 |
Versão Atual | 0.3.3 |
Última Atualização | 2022-07-24 |
Data de Publicação | 2018-10-17 |
Classificação | 4.11/5 Total de 19 Avaliações |
Desenvolvedor | jacobkotrla |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/jacobkotrla/chrome-store-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Machine Auto-Archiver", "version": "0.3.3", "description": "Automatically Archive Pages.", "permissions": [ "https:\/\/web.archive.org\/*", "tabs" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false } } |