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 |
Eメール | [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" ] } |