Wayback Machine

The Official Wayback Machine Extension - by the Internet Archive.

Wat is Wayback Machine?

Wayback Machine is een Chrome-extensie ontwikkeld door Internet Archive, en de belangrijkste functie is "The Official Wayback Machine Extension - by the Internet Archive.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wayback Machine

Download Wayback Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.

Most features will work without requiring an account including Save Page Now.

Some features must be enabled from Settings. Turn on Private Mode to prevent automatic sending of data and to protect your privacy while browsing.


Features

• Save Page Now - Instantly save the page you are currently viewing in the Wayback Machine. Turn on Auto Save Page in settings to save pages that have not previously been saved, or Auto Save Bookmarks to save when bookmarking a page. Works while logged out, or log in for additional options.

• Oldest, Newest & Overview - View the first version of a page or the most recently saved in the Wayback Machine. Or view a calendar overview of all archived pages. Can also use by right-clicking over a page or link.

• Wayback Machine Count - Display a count of snapshots of the current page stored in the Wayback Machine over the toolbar icon, and the date of last save in the popup.

• 404 Not Found - When an error occurs, automatically check if an archived copy is available. Checks against 4xx & 5xx HTTP error codes.

• Contextual Notices - Check for contextual information from fact checking organizations and origin websites.

• Relevant Resources - View research papers and books while visiting Wikipedia, archived digitized books while visiting Amazon Books, and recommended TV News Clips while visiting news websites.

• URLs & Collections - Show a list of URLs captured under the current website, and what collections they are saved under.

• Site Map & Word Cloud - Present a sunburst diagram for the domain you are currently viewing, or create a Word Cloud from the link's anchor text of the page you are on.

• Annotations - Provide a list of annotations for the current web page and domain, provided by Hypothes.is.

• My Web Archive - Save URLs to your public archive page on the Internet Archive.

• Tweets & Share Links - Search Twitter for information regarding your current page, or share archived links on social media.


For support, please email [email protected]                    

Basisinformatie over de Extensie

Naam Wayback Machine Wayback Machine
ID fpnmgdkabkmnadcjpehmlllkndpkmiak
Officiële URL https://chromewebstore.google.com/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak
Beschrijving The Official Wayback Machine Extension - by the Internet Archive.
Bestandsgrootte 1.29 MB
Aantal Installaties 267,207
Huidige Versie 3.3
Laatst Bijgewerkt 2023-11-22
Publicatiedatum 2020-08-10
Beoordeling 4.23/5 Totaal 256 Beoordelingen
Ontwikkelaar Internet Archive
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://archive.org
Help Pagina-URL https://archive.org/about/contact.php
URL van de Privacybeleid Pagina https://archive.org/about/terms.php
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Machine",
    "version": "3.3",
    "description": "The Official Wayback Machine Extension - by the Internet Archive.",
    "icons": {
        "16": "images\/app-icon\/mini-icon16.png",
        "24": "images\/app-icon\/mini-icon24.png",
        "32": "images\/app-icon\/mini-icon32.png",
        "48": "images\/app-icon\/mini-icon48.png",
        "64": "images\/app-icon\/app-icon64.png",
        "96": "images\/app-icon\/app-icon96.png",
        "128": "images\/app-icon\/app-icon128.png",
        "256": "images\/app-icon\/app-icon256.png",
        "512": "images\/app-icon\/app-icon512.png",
        "1024": "images\/app-icon\/app-icon1024.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/toolbar\/toolbar-icon-archive16.png",
            "24": "images\/toolbar\/toolbar-icon-archive24.png",
            "32": "images\/toolbar\/toolbar-icon-archive32.png",
            "64": "images\/toolbar\/toolbar-icon-archive64.png"
        }
    },
    "homepage_url": "https:\/\/archive.org\/",
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/archive.org\/*",
        "https:\/\/*.archive.org\/*",
        "https:\/\/hypothes.is\/*",
        ""
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "scripts\/utils.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "scripts\/wikipedia.js"
            ],
            "css": [
                "css\/wikipedia.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/archive.css",
        "images\/*"
    ]
}