Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Co to jest Wayback Images?
Wayback Images to rozszerzenie Chrome opracowane przez yldzhanhandan, a jego główną funkcją jest „With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wayback Images
Pobierz pliki rozszerzeń Wayback Images w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
For the best effect, click its icon after the site has fully loaded.
Podstawowe informacje o rozszerzeniu
Nazwa | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
Oficjalny URL | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Opis | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
Rozmiar pliku | 70.12 KB |
Liczba instalacji | 1,110 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2017-11-28 |
Data Publikacji | 2017-11-28 |
Ocena | 3.80/5 Łącznie 5 Oceny |
Deweloper | yldzhanhandan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sites.google.com/view/bagofextensions |
Obsługiwane Języki | 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": "" } } |