Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
Was ist Get Webcache Info?
Get Webcache Info ist eine Chrome-Erweiterung, die von ben.crol17 entwickelt wurde, und ihr Hauptmerkmal ist "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".
Erweiterungsscreenshots
Get Webcache Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Webcache Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
Offizielle URL | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Beschreibung | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Dateigröße | 54.43 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-09-27 |
Veröffentlichungsdatum | 2022-09-27 |
Entwickler | ben.crol17 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |