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
Eメール [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"
    }
}