Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
Co to jest Get Webcache Info?
Get Webcache Info to rozszerzenie Chrome opracowane przez ben.crol17, a jego główną funkcją jest „Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get Webcache Info
Pobierz pliki rozszerzeń Get Webcache Info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
Oficjalny URL | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Opis | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Rozmiar pliku | 54.43 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-09-27 |
Data Publikacji | 2022-09-27 |
Deweloper | ben.crol17 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |