Web Archive for WayBack Machine

Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.

Web Archive for WayBack Machine là gì?

Web Archive for WayBack Machine là một tiện ích mở rộng Chrome được phát triển bởi MatsunagaWebSys, và tính năng chính của nó là "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".

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

screenshot
screenshot

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

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

                        Button to save the current page to WayBack Machine.
Immediately ,a current page is saved easily , you can see the results.

Features
・Very fast
・Very Secure(You can confirm the safety code yourself)
・Simple coding and design                    

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

Tên Web Archive for WayBack Machine Web Archive for WayBack Machine
ID ppokigfjbmhncgkabghdgpiafjdpllke
URL Chính Thức https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke
Mô tả Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
Kích Thước Tệp 4.15 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-10-20
Ngày Phát Hành 2015-10-20
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển MatsunagaWebSys
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/u/0/111633293976607629954
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archive for WayBack Machine",
    "short_name": "WebArchiver",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.",
    "icons": {
        "48": "archive.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "archive.png",
        "default_title": "archive this page"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}