Wayback Machine Auto-Archiver

Automatically Archive Pages.

Wayback Machine Auto-Archiver là gì?

Wayback Machine Auto-Archiver là một tiện ích mở rộng Chrome được phát triển bởi jacobkotrla, và tính năng chính của nó là "Automatically Archive Pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Wayback Machine Auto-Archiver

Tải xuống các tệp mở rộng Wayback Machine Auto-Archiver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wayback Machine Auto-Archiver Wayback Machine Auto-Archiver
ID klnimjpfkfcfdllnbmmhjjomcmciepkk
URL Chính Thức https://chromewebstore.google.com/detail/wayback-machine-auto-arch/klnimjpfkfcfdllnbmmhjjomcmciepkk
Mô tả Automatically Archive Pages.
Kích Thước Tệp 34.71 KB
Số Lần Cài Đặt 1,190
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2022-07-24
Ngày Phát Hành 2018-10-17
Đánh Giá 4.11/5 Tổng số 19 Đánh Giá
Nhà Phát Triển jacobkotrla
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/jacobkotrla/chrome-store-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}