Wayback Images

With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.

Wayback Images là gì?

Wayback Images là một tiện ích mở rộng Chrome được phát triển bởi yldzhanhandan, và tính năng chính của nó là "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".

Ả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 Wayback Images

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

                        For the best effect, click its icon after the site has fully loaded.                    

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

Tên Wayback Images Wayback Images
ID dgemigkanhiejpcmhimojfmanolcpcgp
URL Chính Thức https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp
Mô tả With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Kích Thước Tệp 70.12 KB
Số Lần Cài Đặt 1,110
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-11-28
Ngày Phát Hành 2017-11-28
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển yldzhanhandan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/bagofextensions
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wayback Images",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "jquery-3.2.1.slim.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": ""
    }
}