Wayback

Go to the Internet Archive version of this site

Vad är Wayback?

Wayback är en Chrome-tillägg utvecklad av Nickelberry, och dess huvudfunktion är "Go to the Internet Archive version of this site".

Tilläggsskärmbilder

screenshot

Ladda ner Wayback-förlängningens CRX-fil

Ladda ner Wayback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Wayback Wayback
ID mlejbifafhaiaeioklpmhgodeonlcajh
Officiell webbadress https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh
Beskrivning Go to the Internet Archive version of this site
Filstorlek 11.71 KB
Antal Installationer 21
Aktuell Version 1.2
Senast Uppdaterad 2021-06-21
Publiceringsdatum 2021-06-06
Utvecklare Nickelberry
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}