Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
¿Qué es Get Webcache Info?
Get Webcache Info es una extensión de Chrome desarrollada por ben.crol17, y su función principal es "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Get Webcache Info
Descarga archivos de extensión Get Webcache Info en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
URL Oficial | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Descripción | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Tamaño del Archivo | 54.43 KB |
Cantidad de Instalaciones | 44 |
Versión Actual | 1.0 |
Última Actualización | 2022-09-27 |
Fecha de Publicación | 2022-09-27 |
Desarrollador | ben.crol17 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |