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
官方網址 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"
    ]
}