Local Storage cleaner
Purge HTML 5 Local Storage and cache.
O que é Local Storage cleaner?
Local Storage cleaner é uma extensão do Chrome desenvolvida por https://jeecookbook.blogspot.com, e sua principal característica é "Purge HTML 5 Local Storage and cache.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Local Storage cleaner
Baixe arquivos de extensão Local Storage cleaner 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
Building offline application ? Need a simple and efficient tool to clean the Local Storage and cache ? This extension is for you ! It allows you to purge HTML 5 Local Storage and cache (JS, ...). Current Local Storage is erased according to range. It's very simple and quick : no complex configuration, two clicks only. Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html
Informações Básicas da Extensão
Nome | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
URL Oficial | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Descrição | Purge HTML 5 Local Storage and cache. |
Tamanho do Arquivo | 31.32 KB |
Contagem de Instalações | 438 |
Versão Atual | 1.0 |
Última Atualização | 2013-01-26 |
Data de Publicação | 2013-01-26 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | https://jeecookbook.blogspot.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 Local Storage and cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge Local Storage and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |