Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Co je Wayback Images?
Wayback Images je rozšíření Chrome vyvinuté yldzhanhandan, a jeho hlavní funkcí je „With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wayback Images
Stáhněte si soubory rozšíření Wayback Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
For the best effect, click its icon after the site has fully loaded.
Základní Informace o Rozšíření
Název | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
Oficiální URL | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Popis | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
Velikost souboru | 70.12 KB |
Počet instalací | 1,110 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2017-11-28 |
Datum Vydání | 2017-11-28 |
Hodnocení | 3.80/5 Celkem 5 Hodnocení |
Vývojář | yldzhanhandan |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://sites.google.com/view/bagofextensions |
Podporované Jazyky | 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": "" } } |