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)是由https://deceptiveweb.com开发的Chrome扩展程序,该扩展的主要功能是“Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Examine Offline Data (Cookies, HTML5 Storage)扩展crx文件

下载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) 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"
    ]
}