Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Cos'è Wayback Machine Lookup?

Wayback Machine Lookup è un'estensione di Chrome sviluppata da Benjamin Barenblat, e la sua funzione principale è "Reopen the current tab in the Wayback Machine".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wayback Machine Lookup

Scarica i file di estensione Wayback Machine Lookup 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

                        Adds a Wayback Machine button to your browser toolbar. When you click it, it searches for the current tab in the Wayback Machine. Small, simple, and requires no permissions.

Licensed under the Apache License, version 2.0. Source: https://git.benjamin.barenblat.name/wayback-machine-button

The extension icon is the "library" icon (https://thenounproject.com/term/library/1244000) by Kavya from the Noun Project (https://thenounproject.com).                    

Informazioni di Base sull'Estensione

Nome Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
URL Ufficiale https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Descrizione Reopen the current tab in the Wayback Machine
Dimensione del File 6.92 KB
Conteggio Installazioni 1,785
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-10-25
Data di Pubblicazione 2020-03-03
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Benjamin Barenblat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Reopen the current tab in the Wayback Machine"
    },
    "author": "Benjamin Barenblat ",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Reopen the current tab in the Wayback Machine",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Wayback Machine Lookup",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeContent",
        "storage"
    ],
    "version": "2.0.0"
}