Local Storage cleaner
Purge HTML 5 Local Storage and cache.
什么是Local Storage cleaner?
Local Storage cleaner是由https://jeecookbook.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Purge HTML 5 Local Storage and cache.”。
扩展截图
下载Local Storage cleaner扩展crx文件
下载Local Storage cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
官方URL | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
简介 | Purge HTML 5 Local Storage and cache. |
文件大小 | 31.32 KB |
安装次数 | 438 |
当前版本 | 1.0 |
更新时间 | 2013-01-26 |
上架时间 | 2013-01-26 |
评分 | 3.75/5 共4次评分 |
开发者 | https://jeecookbook.blogspot.com |
付费类型 | free |
支持的语言 | 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" ] } |