Is It Cached?
Is It Cached? gives you an overview about the browser cache, all cache-relevant response headers and also detects multiple CDNs.
Is It Cached?คืออะไร?
Is It Cached? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://raphael.vullriede.de และคุณลักษณะหลักของมันคือ "Is It Cached? gives you an overview about the browser cache, all cache-relevant response headers and also detects multiple CDNs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is It Cached?
ดาวน์โหลดไฟล์ส่วนขยาย Is It Cached? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You spend lots of time to optimize your infrastructure to make sure you servers respond with correct cache headers? You use a CDN to speed-up your content delivery but you don't know if it is really working? This extension for the developer tools gives you an overview about all relevant request headers (method, if-modified-since, if-none-match) and response headers (cache-control, pragma, last-modified, etag) in one single table. It also detects if elements are fetched through a CDN and shows you the cache status of the CDN (currently only Cloudflare is supported). You find more information, explanation about the used colors and a changelog here: http://raphael.vullriede.de/is-it-cached/ new in version 0.8.1: - support for edgecast (http://www.edgecast.com), thanks to Andrew White for the tip! new in version 0.8: - Switched to jQuery for better table customization. - Table columns are now sortable. - New column indicating the compression status. - Tooltip with more detailed information for compression status, CDN header, and content type. - Matched if-modified-since/last-modified and if-none-match/etag are now beeing highlighted. new in version 0.6: - first public release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | naikbjeckbmjhngcejdmcjhoedhckglk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/is-it-cached/naikbjeckbmjhngcejdmcjhoedhckglk |
คำอธิบาย | Is It Cached? gives you an overview about the browser cache, all cache-relevant response headers and also detects multiple CDNs. |
ขนาดไฟล์ | 417 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.9.0 |
อัปเดตครั้งล่าสุด | 2015-06-04 |
วันที่เผยแพร่ | 2015-06-04 |
คะแนน | 3.56/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | http://raphael.vullriede.de |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://raphael.vullriede.de/is-it-cached/ |
URL หน้าช่วยเหลือ | http://raphael.vullriede.de/is-it-cached/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Is It Cached? gives you an overview about the browser cache, all cache-relevant response headers and also detects multiple CDNs.", "devtools_page": "devtools.html", "icons": { "128": "images\/icon_128x128.png", "16": "images\/icon_16x16.png", "48": "images\/icon_48x48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGOvtY6P2l8NkeWEDvP5k9ry+m5\/Ibn62UBSW4KMMpgS893rDrnCsSTnC8GSwdqkx81Sxi4VN\/ewIkbJ7yhiTQtBT+Z9Ze33lG2B6vj8AJCkjyyM5wOIPCSSJI7+xJTlOj0BngQblCW79pO3NH24ftTzMLeFW29Gi9K3XbTVxpsQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "18", "name": "Is It Cached?", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.0" } |