Archive Webpage
A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
Hvad er Archive Webpage?
Archive Webpage er en Chrome-udvidelse udviklet af karl.horky, og dens hovedfunktion er "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…".
Udvidelsesskærmbilleder
Download Archive Webpage-udvidelses-CRX-fil
Download Archive Webpage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Archive Webpage |
ID | dnakmmcpobpgknolnfoiagbmpmglnckn |
Officiel URL | https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn |
Beskrivelse | A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a… |
Filstørrelse | 29 KB |
Antal Installationer | 495 |
Nuværende Version | 1.0.0.0 |
Senest Opdateret | 2023-04-05 |
Udgivelsesdato | 2023-04-04 |
Udvikler | karl.horky |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/karlhorky/archive-webpage-browser-extension |
Hjælpeside-URL | https://github.com/karlhorky/archive-webpage-browser-extension/issues |
Understøttede Sprog | 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" } |