Web Archiver

Allows simple archiving of webpages to the Internet Archive.

O que é Web Archiver?

Web Archiver é uma extensão do Chrome desenvolvida por collections-service, e sua principal característica é "Allows simple archiving of webpages to the Internet Archive.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Web Archiver

Baixe arquivos de extensão Web 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

                        Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)                    

Informações Básicas da Extensão

Nome Web Archiver Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
URL Oficial https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp
Descrição Allows simple archiving of webpages to the Internet Archive.
Tamanho do Arquivo 10 KB
Contagem de Instalações 2,423
Versão Atual 1.1
Última Atualização 2014-12-23
Data de Publicação 2014-12-23
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor collections-service
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archiver",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows simple archiving of webpages to the Internet Archive.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Archive page",
        "default_popup": "archive.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}