Wayback Utility

A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.

Wayback Utilityとは何ですか?

Wayback UtilityはInfosecRDによって開発されたChromeの拡張機能で、その主な機能は「A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.」です。

拡張機能のスクリーンショット

screenshot

Wayback Utility拡張機能のCRXファイルをダウンロード

Wayback Utility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.                    

拡張機能の基本情報

名前 Wayback Utility Wayback Utility
ID jpphcfodibbnmfenlknhepeddadomieo
公式URL https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo
説明 A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
ファイルサイズ 34.72 KB
インストール数 32
現在のバージョン 0.1
最終更新日 2021-03-23
公開日 2021-03-23
開発者 InfosecRD
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Utility",
    "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en",
    "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/Clock16.png",
        "32": "\/images\/Clock32.png",
        "48": "\/images\/Clock48.png",
        "128": "\/images\/Clock128.png"
    }
}