Website Cached View
Find cached web pages from Google web cache, the Wayback Machine, and live Version.
Co je Website Cached View?
Website Cached View je rozšíření Chrome vyvinuté http://websitecached.com, a jeho hlavní funkcí je „Find cached web pages from Google web cache, the Wayback Machine, and live Version.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Website Cached View
Stáhněte si soubory rozšíření Website Cached View 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í
Find cached web pages from Google web cache, the Wayback Machine, and live Version. Right-click on any link or page to view the Wayback Machine or Google Cached pages. Web Cache Viewer lets you right-click on any link or page to view the Wayback Machine or Google Cache versions of that page.
Základní Informace o Rozšíření
Název | |
ID | jcbpeilhbmhdlnakgmdnhnallgciiefm |
Oficiální URL | https://chrome.google.com/webstore/detail/website-cached-view/jcbpeilhbmhdlnakgmdnhnallgciiefm |
Popis | Find cached web pages from Google web cache, the Wayback Machine, and live Version. |
Velikost souboru | 16.4 KB |
Počet instalací | 282 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-05-27 |
Datum Vydání | 2021-04-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://websitecached.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://websitecached.com |
URL Stránky Nápovědy | https://websitecached.com |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Cached View", "description": "Find cached web pages from Google web cache, the Wayback Machine, and live Version.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ], "action": { "default_icon": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } } |