Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Hvad er Wayback Machine Lookup?

Wayback Machine Lookup er en Chrome-udvidelse udviklet af Benjamin Barenblat, og dens hovedfunktion er "Reopen the current tab in the Wayback Machine".

Udvidelsesskærmbilleder

screenshot

Download Wayback Machine Lookup-udvidelses-CRX-fil

Download Wayback Machine Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
Officiel URL https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Beskrivelse Reopen the current tab in the Wayback Machine
Filstørrelse 6.92 KB
Antal Installationer 1,785
Nuværende Version 2.0.0
Senest Opdateret 2022-10-25
Udgivelsesdato 2020-03-03
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler Benjamin Barenblat
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}