Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Vad är Wayback Images?
Wayback Images är en Chrome-tillägg utvecklad av yldzhanhandan, och dess huvudfunktion är "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.".
Tilläggsskärmbilder
Ladda ner Wayback Images-förlängningens CRX-fil
Ladda ner Wayback Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For the best effect, click its icon after the site has fully loaded.
Grundläggande Information om Tillägg
Namn | Wayback Images |
ID | dgemigkanhiejpcmhimojfmanolcpcgp |
Officiell webbadress | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
Beskrivning | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
Filstorlek | 70.12 KB |
Antal Installationer | 1,110 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2017-11-28 |
Publiceringsdatum | 2017-11-28 |
Betyg | 3.80/5 Totalt 5 Betyg |
Utvecklare | yldzhanhandan |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://sites.google.com/view/bagofextensions |
Stödda Språk | 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": "" } } |