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…
Qu'est-ce que Examine Offline Data (Cookies, HTML5 Storage) ?
Examine Offline Data (Cookies, HTML5 Storage) est une extension Chrome développée par https://deceptiveweb.com, et sa fonction principale est "Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Examine Offline Data (Cookies, HTML5 Storage)
Téléchargez les fichiers d'extension Examine Offline Data (Cookies, HTML5 Storage) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Examine Offline Data (Cookies, HTML5 Storage) |
ID | lgbennneeiaagpbialihidiohfkcagph |
URL Officiel | https://chromewebstore.google.com/detail/examine-offline-data-cook/lgbennneeiaagpbialihidiohfkcagph |
Description | Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a… |
Taille du Fichier | 33.75 KB |
Nombre d'Installations | 926 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2012-12-12 |
Date de Publication | 2012-12-12 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | https://deceptiveweb.com |
Type de Paiement | free |
Site Web de l'Extension | http://deceptiveweb.com/blog/examine-offline-data-bookmarklet/ |
Langues Prises en Charge | 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" ] } |