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…
O que é Examine Offline Data (Cookies, HTML5 Storage)?
Examine Offline Data (Cookies, HTML5 Storage) é uma extensão do Chrome desenvolvida por https://deceptiveweb.com, e sua principal característica é "Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Examine Offline Data (Cookies, HTML5 Storage)
Baixe arquivos de extensão Examine Offline Data (Cookies, HTML5 Storage) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Examine Offline Data (Cookies, HTML5 Storage) |
ID | lgbennneeiaagpbialihidiohfkcagph |
URL Oficial | https://chromewebstore.google.com/detail/examine-offline-data-cook/lgbennneeiaagpbialihidiohfkcagph |
Descrição | Inspect cookies and HTML5 web storage data (localStorage and sessionStorage) stored by a web page. You can easily check if a… |
Tamanho do Arquivo | 33.75 KB |
Contagem de Instalações | 926 |
Versão Atual | 1.2.1 |
Última Atualização | 2012-12-12 |
Data de Publicação | 2012-12-12 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | https://deceptiveweb.com |
Tipo de Pagamento | free |
Site da Extensão | http://deceptiveweb.com/blog/examine-offline-data-bookmarklet/ |
Idiomas Suportados | 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" ] } |