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…

Was ist Examine Offline Data (Cookies, HTML5 Storage)?

Examine Offline Data (Cookies, HTML5 Storage) ist eine Chrome-Erweiterung, die von https://deceptiveweb.com entwickelt wurde, und ihr Hauptmerkmal ist "Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Examine Offline Data (Cookies, HTML5 Storage)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Examine Offline Data (Cookies, HTML5 Storage)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Examine Offline Data (Cookies, HTML5 Storage) Examine Offline Data (Cookies, HTML5 Storage)
ID lgbennneeiaagpbialihidiohfkcagph
Offizielle URL https://chromewebstore.google.com/detail/examine-offline-data-cook/lgbennneeiaagpbialihidiohfkcagph
Beschreibung Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…
Dateigröße 33.75 KB
Installationsanzahl 926
Aktuelle Version 1.2.1
Letztes Update 2012-12-12
Veröffentlichungsdatum 2012-12-12
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler https://deceptiveweb.com
Zahlungsart free
Erweiterungswebsite http://deceptiveweb.com/blog/examine-offline-data-bookmarklet/
Unterstützte Sprachen 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"
    ]
}