History Cleaner
Plugin to clear browsing data of Chrome
什么是History Cleaner?
History Cleaner是由responsivewebdev开发的Chrome扩展程序,该扩展的主要功能是“Plugin to clear browsing data of Chrome”。
下载History Cleaner扩展crx文件
下载History Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data" and most importantly "history". This will be useful to developers as well normal users.
扩展基本信息
名称 | |
ID | bpapaaeaaoiejhimlojglikfdidcelcm |
官方URL | https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm |
简介 | Plugin to clear browsing data of Chrome |
文件大小 | 20.66 KB |
安装次数 | 56 |
当前版本 | 1.2 |
更新时间 | 2015-11-30 |
上架时间 | 2015-11-30 |
评分 | 5.00/5 共1次评分 |
开发者 | responsivewebdev |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Cleaner", "version": "1.2", "description": "Plugin to clear browsing data of Chrome", "permissions": [ "browsingData" ], "browser_action": { "default_popup": "cleardata.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |