AutoSave to Wayback Machine

Automatically saves the pages you visit to the Wayback Machine.

什么是AutoSave to Wayback Machine?

AutoSave to Wayback Machine是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Automatically saves the pages you visit to the Wayback Machine.”。

扩展截图

screenshot

下载AutoSave to Wayback Machine扩展crx文件

下载AutoSave to Wayback Machine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension automatically archives all the pages you visit to the Wayback Machine, minimizing dead links for you and other people. It uses minimal data and bandwith, as it sends the pages to the Wayback Machine for archival rather than archiving them client-side.                    

扩展基本信息

名称 AutoSave to Wayback Machine AutoSave to Wayback Machine
ID defmcmdgnplidnoilmeleeglnmjkalnk
官方URL https://chromewebstore.google.com/detail/autosave-to-wayback-machi/defmcmdgnplidnoilmeleeglnmjkalnk
简介 Automatically saves the pages you visit to the Wayback Machine.
文件大小 12.34 KB
安装次数 142
当前版本 2.1.0
更新时间 2022-02-16
上架时间 2022-02-15
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Zopolis4/AS2WB
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoSave to Wayback Machine",
    "version": "2.1.0",
    "description": "Automatically saves the pages you visit to the Wayback Machine.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "AS2WB.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}