Wayback

Go to the Internet Archive version of this site

Co je Wayback?

Wayback je rozšíření Chrome vyvinuté Nickelberry, a jeho hlavní funkcí je „Go to the Internet Archive version of this site“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wayback

Stáhněte si soubory rozšíření Wayback ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.                    

Základní Informace o Rozšíření

Název Wayback Wayback
ID mlejbifafhaiaeioklpmhgodeonlcajh
Oficiální URL https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh
Popis Go to the Internet Archive version of this site
Velikost souboru 11.71 KB
Počet instalací 21
Aktuální Verze 1.2
Poslední Aktualizace 2021-06-21
Datum Vydání 2021-06-06
Vývojář Nickelberry
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}