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
Eメール [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"
}