Archive Webpage

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

Cos'è Archive Webpage?

Archive Webpage è un'estensione di Chrome sviluppata da karl.horky, e la sua funzione principale è "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Archive Webpage

Scarica i file di estensione Archive Webpage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Archive Webpage Archive Webpage
ID dnakmmcpobpgknolnfoiagbmpmglnckn
URL Ufficiale https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
Descrizione A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
Dimensione del File 29 KB
Conteggio Installazioni 495
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2023-04-05
Data di Pubblicazione 2023-04-04
Sviluppatore karl.horky
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/karlhorky/archive-webpage-browser-extension
URL della Pagina di Aiuto https://github.com/karlhorky/archive-webpage-browser-extension/issues
Lingue Supportate 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"
}