Wayback
Go to the Internet Archive version of this site
Co to jest Wayback?
Wayback to rozszerzenie Chrome opracowane przez Nickelberry, a jego główną funkcją jest „Go to the Internet Archive version of this site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wayback
Pobierz pliki rozszerzeń Wayback 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
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
Podstawowe informacje o rozszerzeniu
Nazwa | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
Oficjalny URL | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
Opis | Go to the Internet Archive version of this site |
Rozmiar pliku | 11.71 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-06-21 |
Data Publikacji | 2021-06-06 |
Deweloper | Nickelberry |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback", "description": "Go to the Internet Archive version of this site", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_title": "Check the archive" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |