Wayback

Go to the Internet Archive version of this site

Waybackとは何ですか?

WaybackはNickelberryによって開発されたChromeの拡張機能で、その主な機能は「Go to the Internet Archive version of this site」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.                    

拡張機能の基本情報

名前 Wayback Wayback
ID mlejbifafhaiaeioklpmhgodeonlcajh
公式URL https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh
説明 Go to the Internet Archive version of this site
ファイルサイズ 11.71 KB
インストール数 21
現在のバージョン 1.2
最終更新日 2021-06-21
公開日 2021-06-06
開発者 Nickelberry
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback",
    "description": "Go to the Internet Archive version of this site",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Check the archive"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}