Web Archiver

Allows simple archiving of webpages to the Internet Archive.

Web Archiver là gì?

Web Archiver là một tiện ích mở rộng Chrome được phát triển bởi collections-service, và tính năng chính của nó là "Allows simple archiving of webpages to the Internet Archive.".

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

screenshot

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

Tải xuống các tệp mở rộng Web 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

                        Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)                    

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

Tên Web Archiver Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
URL Chính Thức https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp
Mô tả Allows simple archiving of webpages to the Internet Archive.
Kích Thước Tệp 10 KB
Số Lần Cài Đặt 2,423
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-12-23
Ngày Phát Hành 2014-12-23
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển collections-service
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archiver",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows simple archiving of webpages to the Internet Archive.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Archive page",
        "default_popup": "archive.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}