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"
    ]
}