Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

什么是Wayback Machine Lookup?

Wayback Machine Lookup是由Benjamin Barenblat开发的Chrome扩展程序,该扩展的主要功能是“Reopen the current tab in the Wayback Machine”。

扩展截图

screenshot

下载Wayback Machine Lookup扩展crx文件

下载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"
}