Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
O que é Get Webcache Info?
Get Webcache Info é uma extensão do Chrome desenvolvida por ben.crol17, e sua principal característica é "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Get Webcache Info
Baixe arquivos de extensão Get Webcache Info 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
Get the last cache information of the current tab's URL in one click. Instead of redirecting to webcache.googleusercontent.com or using "cache:" before the URL (and then being redirected again), you get the information on the spot with this extension. Knowing when a page was last cached is essential SEO information. It shows how important the page is in the eyes of search engines.
Informações Básicas da Extensão
Nome | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
URL Oficial | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Descrição | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Tamanho do Arquivo | 54.43 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0 |
Última Atualização | 2022-09-27 |
Data de Publicação | 2022-09-27 |
Desenvolvedor | ben.crol17 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Webcache Info", "description": "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com", "version": "1.0", "manifest_version": 3, "host_permissions": [ "http:\/\/webcache.googleusercontent.com\/" ], "permissions": [ "activeTab", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/webcacheinfo16.png", "32": "\/images\/webcacheinfo32.png", "48": "\/images\/webcacheinfo48.png", "128": "\/images\/webcacheinfo128.png" } }, "icons": { "16": "\/images\/webcacheinfo16.png", "32": "\/images\/webcacheinfo32.png", "48": "\/images\/webcacheinfo48.png", "128": "\/images\/webcacheinfo128.png" } } |