Google Cache Search
Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
什么是Google Cache Search?
Google Cache Search是由https://www.seoweather.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.”。
扩展截图
下载Google Cache Search扩展crx文件
下载Google Cache Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Google Cache Search extension makes it quick and easy to view the cached page for any page your currently on. This is great for checking when a page was last indexed by Google, how page has changed since the last index, how Google is indexing your content and for viewing pages contents that might currently be producing a 404 error.
扩展基本信息
名称 | Google Cache Search |
ID | ppdjcaigbogfcfmakohpecocdjfjdopk |
官方URL | https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk |
简介 | Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check. |
文件大小 | 18.34 KB |
安装次数 | 994 |
当前版本 | 1.0.0 |
更新时间 | 2018-03-27 |
上架时间 | 2018-03-27 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.seoweather.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.seoweather.com/google-cache-search/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Cache Search", "description": "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.", "version": "1.0.0", "icons": { "16": "img\/googlecachesearchicon16.png", "48": "img\/googlecachesearchicon48.png", "128": "img\/googlecachesearchicon128.png" }, "browser_action": { "default_icon": "img\/googlecachesearchicon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "tabs" ] } |