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) là gì?

Examine Offline Data (Cookies, HTML5 Storage) là một tiện ích mở rộng Chrome được phát triển bởi https://deceptiveweb.com, và tính năng chính của nó là "Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Examine Offline Data (Cookies, HTML5 Storage)

Tải xuống các tệp mở rộng Examine Offline Data (Cookies, HTML5 Storage) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Examine Offline Data (Cookies, HTML5 Storage) Examine Offline Data (Cookies, HTML5 Storage)
ID lgbennneeiaagpbialihidiohfkcagph
URL Chính Thức https://chromewebstore.google.com/detail/examine-offline-data-cook/lgbennneeiaagpbialihidiohfkcagph
Mô tả Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…
Kích Thước Tệp 33.75 KB
Số Lần Cài Đặt 926
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2012-12-12
Ngày Phát Hành 2012-12-12
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://deceptiveweb.com
Loại Thanh Toán free
Trang Web Mở Rộng http://deceptiveweb.com/blog/examine-offline-data-bookmarklet/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}