Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Qu'est-ce que Wayback Machine Lookup ?

Wayback Machine Lookup est une extension Chrome développée par Benjamin Barenblat, et sa fonction principale est "Reopen the current tab in the Wayback Machine".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wayback Machine Lookup

Téléchargez les fichiers d'extension Wayback Machine Lookup 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

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

Informations de Base sur l'Extension

Nom Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
URL Officiel https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Description Reopen the current tab in the Wayback Machine
Taille du Fichier 6.92 KB
Nombre d'Installations 1,785
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-10-25
Date de Publication 2020-03-03
Évaluation 4.60/5 Total 5 Évaluations
Développeur Benjamin Barenblat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}