Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
Vad är Get Webcache Info?
Get Webcache Info är en Chrome-tillägg utvecklad av ben.crol17, och dess huvudfunktion är "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".
Tilläggsskärmbilder
Ladda ner Get Webcache Info-förlängningens CRX-fil
Ladda ner Get Webcache Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
Officiell webbadress | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Beskrivning | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Filstorlek | 54.43 KB |
Antal Installationer | 44 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-09-27 |
Publiceringsdatum | 2022-09-27 |
Utvecklare | ben.crol17 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |