Archive Webpage

A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…

Archive Webpage là gì?

Archive Webpage là một tiện ích mở rộng Chrome được phát triển bởi karl.horky, và tính năng chính của nó là "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…".

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

screenshot
screenshot
screenshot

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

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

                        A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine.

Ever wanted to visit a website but it's not available? Whether it's either offline or the website is currently broken, it can be frustrating if the content is not available. To avoid issues like this, there is a class of services that have sprung up which save copies of websites and allow you to visit them again later.

Archive.ph (aka archive.today) and the Internet Archive's Wayback Machine are two such services.

Use this extension to help prevent link rot and allow others to view archived versions of pages!                    

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

Tên Archive Webpage Archive Webpage
ID dnakmmcpobpgknolnfoiagbmpmglnckn
URL Chính Thức https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
Mô tả A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
Kích Thước Tệp 29 KB
Số Lần Cài Đặt 495
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2023-04-04
Nhà Phát Triển karl.horky
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/karlhorky/archive-webpage-browser-extension
URL Trang Trợ Giúp https://github.com/karlhorky/archive-webpage-browser-extension/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archive Webpage",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Archive webpage to archive.ph & Wayback Machine"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.0.0"
}