Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Wayback Machine Lookup là gì?

Wayback Machine Lookup là một tiện ích mở rộng Chrome được phát triển bởi Benjamin Barenblat, và tính năng chính của nó là "Reopen the current tab in the Wayback Machine".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wayback Machine Lookup

Tải xuống các tệp mở rộng Wayback Machine Lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
URL Chính Thức https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
Mô tả Reopen the current tab in the Wayback Machine
Kích Thước Tệp 6.92 KB
Số Lần Cài Đặt 1,785
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2020-03-03
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Benjamin Barenblat
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}