ClearBrowserData
Clear all browser data with one simple click.
什么是ClearBrowserData?
ClearBrowserData是由JagerWorks开发的Chrome扩展程序,该扩展的主要功能是“Clear all browser data with one simple click.”。
扩展截图
下载ClearBrowserData扩展crx文件
下载ClearBrowserData扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ClearBrowserData is the fastest way to clear all browser data. With one simple click on the ClearBrowserData icon in the Chrome toolbar you can:
- Clear the browser's history
- Clear the browser's cache
- Clear the browser's cookies
- Clear the browser's list of downloaded files
- Clear the browser's stored form data and passwords
- Clear websites' appcache data
- Clear websites' file system data
- Clear websites' IndexedDB data
- Clear websites' WebSQL data
- Clear websites' local storage data
- Clear plugins' data
Minimum Chrome version: 19
ClearBrowserData doesn't clear hosted app's and extensions' browser data. 扩展基本信息
| 名称 | |
| ID | apehfighfmpoieeniallefdeibodgmmb |
| 官方URL | https://chromewebstore.google.com/detail/clearbrowserdata/apehfighfmpoieeniallefdeibodgmmb |
| 简介 | Clear all browser data with one simple click. |
| 文件大小 | 11.66 KB |
| 安装次数 | 5,139 |
| 当前版本 | 1.1 |
| 更新时间 | 2013-02-23 |
| 上架时间 | 2013-02-23 |
| 评分 | 3.56/5 共18次评分 |
| 开发者 | JagerWorks |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ClearBrowserData",
"version": "1.1",
"manifest_version": 2,
"minimum_chrome_version": "19",
"offline_enabled": true,
"description": "Clear all browser data with one simple click.",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "ClearBrowserData 1.1",
"default_popup": "index.html"
},
"permissions": [
"browsingData"
]
} | |