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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.seoweather.com และคุณลักษณะหลักของมันคือ "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Cache Search
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |