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?

Wayback Images是由yldzhanhandan開發的Chrome擴展程式,該擴展的主要功能是“With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.”。

擴展截圖

screenshot

下載Wayback Images擴展crx文件

下載Wayback Images擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Wayback Images Wayback Images
ID dgemigkanhiejpcmhimojfmanolcpcgp
官方網址 https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp
簡介 With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
檔案大小 70.12 KB
安裝次數 1,110
目前版本 1.3
更新時間 2017-11-28
上架時間 2017-11-28
評分 3.80/5 共 5 次評分
開發者 yldzhanhandan
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sites.google.com/view/bagofextensions
支援的語言 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": ""
    }
}