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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |