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
电子邮箱 [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"
    }
}