Website Cached View
Find cached web pages from Google web cache, the Wayback Machine, and live Version.
O que é Website Cached View?
Website Cached View é uma extensão do Chrome desenvolvida por http://websitecached.com, e sua principal característica é "Find cached web pages from Google web cache, the Wayback Machine, and live Version.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Website Cached View
Baixe arquivos de extensão Website Cached View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jcbpeilhbmhdlnakgmdnhnallgciiefm |
URL Oficial | https://chrome.google.com/webstore/detail/website-cached-view/jcbpeilhbmhdlnakgmdnhnallgciiefm |
Descrição | Find cached web pages from Google web cache, the Wayback Machine, and live Version. |
Tamanho do Arquivo | 16.4 KB |
Contagem de Instalações | 282 |
Versão Atual | 1.0 |
Última Atualização | 2022-05-27 |
Data de Publicação | 2021-04-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://websitecached.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://websitecached.com |
URL da Página de Ajuda | https://websitecached.com |
Idiomas Suportados | 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" } } |