Web Archive Viewer
Easily view archived (cached) webpages via seven different engines.
Co je Web Archive Viewer?
Web Archive Viewer je rozšíření Chrome vyvinuté loora, a jeho hlavní funkcí je „Easily view archived (cached) webpages via seven different engines.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Web Archive Viewer
Stáhněte si soubory rozšíření Web Archive Viewer 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í
Web Archive Viewer is an extension that help you easily see the cached version of any website. This add-on uses seven different engines to render the website's archive version. By default, three engines are selected, but you can add or remove them at any time via the option's page. When you visit a page, simply open toolbar popup UI and then click on a desired archive engine. A new tab will be open to render the cached version of the current tab. Please note that, not all websites have a cached version. Moreover, depending on the archive engine that you choose the cached version might look different. If you see any bug, or have a feature request in mind, please fill the bug report form at the add-on's homepage (http://mybrowseraddon.com/web-archive-viewer.html).
Základní Informace o Rozšíření
Název | Web Archive Viewer |
ID | cbgncbhpofjkcpihgcpiekmfafpokabb |
Oficiální URL | https://chromewebstore.google.com/detail/web-archive-viewer/cbgncbhpofjkcpihgcpiekmfafpokabb |
Popis | Easily view archived (cached) webpages via seven different engines. |
Velikost souboru | 34.7 KB |
Počet instalací | 6,122 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2018-10-08 |
Datum Vydání | 2018-10-08 |
Hodnocení | 4.20/5 Celkem 10 Hodnocení |
Vývojář | loora |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://mybrowseraddon.com/web-archive-viewer.html |
URL Stránky Nápovědy | http://mybrowseraddon.com/web-archive-viewer.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "name": "Web Archive Viewer", "permissions": [ "tabs", "storage" ], "short_name": "web-archive-viewer", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/web-archive-viewer.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "description": "Easily view archived (cached) webpages via seven different engines.", "browser_action": { "default_title": "Web Archive Viewer", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |