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 là gì?
Get Webcache Info là một tiện ích mở rộng Chrome được phát triển bởi ben.crol17, và tính năng chính của nó là "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get Webcache Info
Tải xuống các tệp mở rộng Get Webcache Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Webcache Info |
ID | ojhpdjieoongfofoejmnkikaloblohfg |
URL Chính Thức | https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg |
Mô tả | Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com |
Kích Thước Tệp | 54.43 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-09-27 |
Ngày Phát Hành | 2022-09-27 |
Nhà Phát Triển | ben.crol17 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |