Wayback Utility

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

Qu'est-ce que Wayback Utility ?

Wayback Utility est une extension Chrome développée par InfosecRD, et sa fonction principale est "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wayback Utility

Téléchargez les fichiers d'extension Wayback Utility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wayback Utility Wayback Utility
ID jpphcfodibbnmfenlknhepeddadomieo
URL Officiel https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo
Description A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Taille du Fichier 34.72 KB
Nombre d'Installations 32
Version Actuelle 0.1
Dernière Mise à Jour 2021-03-23
Date de Publication 2021-03-23
Développeur InfosecRD
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}