Archive Webpage
A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
Co to jest Archive Webpage?
Archive Webpage to rozszerzenie Chrome opracowane przez karl.horky, a jego główną funkcją jest „A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Archive Webpage
Pobierz pliki rozszerzeń Archive Webpage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Archive Webpage |
ID | dnakmmcpobpgknolnfoiagbmpmglnckn |
Oficjalny URL | https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn |
Opis | A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a… |
Rozmiar pliku | 29 KB |
Liczba instalacji | 495 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2023-04-05 |
Data Publikacji | 2023-04-04 |
Deweloper | karl.horky |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/karlhorky/archive-webpage-browser-extension |
Adres URL Strony Pomocy | https://github.com/karlhorky/archive-webpage-browser-extension/issues |
Obsługiwane Języki | 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" } |