Wayback Machine Auto-Archiver

Automatically Archive Pages.

什么是Wayback Machine Auto-Archiver?

Wayback Machine Auto-Archiver是由jacobkotrla开发的Chrome扩展程序,该扩展的主要功能是“Automatically Archive Pages.”。

扩展截图

下载Wayback Machine Auto-Archiver扩展crx文件

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

扩展使用说明

                        This is the app I made for the Congressional App Challenge 2018. It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive.

In order archive web pages, the extension needs to see which pages you visit, which enables it to log your browsing history. These URLs are only sent to the Internet Archive for archival, and the Internet Archive may log your IP address.

The icon that displays in the toolbar once the extension is installed is from http://freeicons.io/                    

扩展基本信息

名称 Wayback Machine Auto-Archiver Wayback Machine Auto-Archiver
ID klnimjpfkfcfdllnbmmhjjomcmciepkk
官方URL https://chromewebstore.google.com/detail/wayback-machine-auto-arch/klnimjpfkfcfdllnbmmhjjomcmciepkk
简介 Automatically Archive Pages.
文件大小 34.71 KB
安装次数 1,190
当前版本 0.3.3
更新时间 2022-07-24
上架时间 2018-10-17
评分 4.11/5 共19次评分
开发者 jacobkotrla
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/jacobkotrla/chrome-store-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Machine Auto-Archiver",
    "version": "0.3.3",
    "description": "Automatically Archive Pages.",
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}