Examine Offline Data (Cookies, HTML5 Storage)
Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…
Examine Offline Data (Cookies, HTML5 Storage)คืออะไร?
Examine Offline Data (Cookies, HTML5 Storage) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deceptiveweb.com และคุณลักษณะหลักของมันคือ "Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Examine Offline Data (Cookies, HTML5 Storage)
ดาวน์โหลดไฟล์ส่วนขยาย Examine Offline Data (Cookies, HTML5 Storage) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a website stores your credit card information in a cookie! The tool can also aid in debugging web pages that store offline data. If your actions on the web page cause changes to the stored data, you can invoke the extension again, to view the updated data. You can also remove cookies or web storage data by clicking the “X” icon that shows up on hovering on individual items (or section headings). A future version of the tool will automatically watch cookies and web storage data for changes as well as allow you to edit them inline.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Examine Offline Data (Cookies, HTML5 Storage) |
ID | lgbennneeiaagpbialihidiohfkcagph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/examine-offline-data-cook/lgbennneeiaagpbialihidiohfkcagph |
คำอธิบาย | Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a… |
ขนาดไฟล์ | 33.75 KB |
จำนวนการติดตั้ง | 926 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2012-12-12 |
วันที่เผยแพร่ | 2012-12-12 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://deceptiveweb.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://deceptiveweb.com/blog/examine-offline-data-bookmarklet/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Examine Offline Data (Cookies, HTML5 Storage)", "version": "1.2.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Examine Offline Data", "default_icon": "icon48.png" }, "icons": { "128": "icon128.png", "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "web_accessible_resources": [ "page_script.js" ] } |