Wayback Machine

The Official Wayback Machine Extension - by the Internet Archive.

Cos'è Wayback Machine?

Wayback Machine è un'estensione di Chrome sviluppata da Internet Archive, e la sua funzione principale è "The Official Wayback Machine Extension - by the Internet Archive.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wayback Machine

Scarica i file di estensione Wayback Machine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Wayback Machine Wayback Machine
ID fpnmgdkabkmnadcjpehmlllkndpkmiak
URL Ufficiale https://chromewebstore.google.com/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak
Descrizione The Official Wayback Machine Extension - by the Internet Archive.
Dimensione del File 1.29 MB
Conteggio Installazioni 267,207
Versione Corrente 3.3
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2020-08-10
Valutazione 4.23/5 Totale 256 Valutazioni
Sviluppatore Internet Archive
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://archive.org
URL della Pagina di Aiuto https://archive.org/about/contact.php
URL della Pagina della Politica sulla Privacy https://archive.org/about/terms.php
Lingue Supportate 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\/*"
    ]
}