Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Was ist Wayback Machine Lookup?

Wayback Machine Lookup ist eine Chrome-Erweiterung, die von Benjamin Barenblat entwickelt wurde, und ihr Hauptmerkmal ist "Reopen the current tab in the Wayback Machine".

Erweiterungsscreenshots

screenshot

Wayback Machine Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wayback Machine Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
Offizielle URL https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Beschreibung Reopen the current tab in the Wayback Machine
Dateigröße 6.92 KB
Installationsanzahl 1,785
Aktuelle Version 2.0.0
Letztes Update 2022-10-25
Veröffentlichungsdatum 2020-03-03
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Benjamin Barenblat
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}