Archive Webpage

A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…

O que é Archive Webpage?

Archive Webpage é uma extensão do Chrome desenvolvida por karl.horky, e sua principal característica é "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Archive Webpage

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

                        A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine.

Ever wanted to visit a website but it's not available? Whether it's either offline or the website is currently broken, it can be frustrating if the content is not available. To avoid issues like this, there is a class of services that have sprung up which save copies of websites and allow you to visit them again later.

Archive.ph (aka archive.today) and the Internet Archive's Wayback Machine are two such services.

Use this extension to help prevent link rot and allow others to view archived versions of pages!                    

Informações Básicas da Extensão

Nome Archive Webpage Archive Webpage
ID dnakmmcpobpgknolnfoiagbmpmglnckn
URL Oficial https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
Descrição A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
Tamanho do Arquivo 29 KB
Contagem de Instalações 495
Versão Atual 1.0.0.0
Última Atualização 2023-04-05
Data de Publicação 2023-04-04
Desenvolvedor karl.horky
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/karlhorky/archive-webpage-browser-extension
URL da Página de Ajuda https://github.com/karlhorky/archive-webpage-browser-extension/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archive Webpage",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Archive webpage to archive.ph & Wayback Machine"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.0.0"
}