Wayback Utility

A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.

Was ist Wayback Utility?

Wayback Utility ist eine Chrome-Erweiterung, die von InfosecRD entwickelt wurde, und ihr Hauptmerkmal ist "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".

Erweiterungsscreenshots

screenshot

Wayback Utility-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wayback Utility-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

                        My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.                    

Grundlegende Informationen zur Erweiterung

Name Wayback Utility Wayback Utility
ID jpphcfodibbnmfenlknhepeddadomieo
Offizielle URL https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo
Beschreibung A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Dateigröße 34.72 KB
Installationsanzahl 32
Aktuelle Version 0.1
Letztes Update 2021-03-23
Veröffentlichungsdatum 2021-03-23
Entwickler InfosecRD
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Utility",
    "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en",
    "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/Clock16.png",
        "32": "\/images\/Clock32.png",
        "48": "\/images\/Clock48.png",
        "128": "\/images\/Clock128.png"
    }
}