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
官方網址 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"
    }
}