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.”。
扩展截图
下载Wayback Images扩展crx文件
下载Wayback Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For the best effect, click its icon after the site has fully loaded.
扩展基本信息
名称 | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
官方URL | 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": "" } } |