Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Что такое Wayback Machine Lookup?

Wayback Machine Lookup - это расширение Chrome, разработанное Benjamin Barenblat, и его основная функция - "Reopen the current tab in the Wayback Machine".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wayback Machine Lookup

Скачайте файлы расширений Wayback Machine Lookup в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
Официальный URL https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Описание Reopen the current tab in the Wayback Machine
Размер файла 6.92 KB
Количество установок 1,785
Текущая Версия 2.0.0
Последнее Обновление 2022-10-25
Дата публикации 2020-03-03
Рейтинг 4.60/5 Всего 5 оценок
Разработчик Benjamin Barenblat
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}