Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

O que é Wayback Machine Lookup?

Wayback Machine Lookup é uma extensão do Chrome desenvolvida por Benjamin Barenblat, e sua principal característica é "Reopen the current tab in the Wayback Machine".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wayback Machine Lookup

Baixe arquivos de extensão Wayback Machine Lookup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
URL Oficial https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Descrição Reopen the current tab in the Wayback Machine
Tamanho do Arquivo 6.92 KB
Contagem de Instalações 1,785
Versão Atual 2.0.0
Última Atualização 2022-10-25
Data de Publicação 2020-03-03
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Benjamin Barenblat
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}