Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
O que é Wayback Images?
Wayback Images é uma extensão do Chrome desenvolvida por yldzhanhandan, e sua principal característica é "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wayback Images
Baixe arquivos de extensão Wayback Images no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
For the best effect, click its icon after the site has fully loaded.
Informações Básicas da Extensão
Nome | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
URL Oficial | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Descrição | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
Tamanho do Arquivo | 70.12 KB |
Contagem de Instalações | 1,110 |
Versão Atual | 1.3 |
Última Atualização | 2017-11-28 |
Data de Publicação | 2017-11-28 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | yldzhanhandan |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sites.google.com/view/bagofextensions |
Idiomas Suportados | 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": "" } } |