Get Webcache Info
Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
什麼是Get Webcache Info?
Get Webcache Info是由ben.crol17開發的Chrome擴展程式,該擴展的主要功能是“Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com”。
擴展截圖
下載Get Webcache Info擴展crx文件
下載Get Webcache Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
官方網址 | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
簡介 | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
檔案大小 | 54.43 KB |
安裝次數 | 44 |
目前版本 | 1.0 |
更新時間 | 2022-09-27 |
上架時間 | 2022-09-27 |
開發者 | ben.crol17 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |