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