Easy Clear
A one click cache and history clearer.
什么是Easy Clear?
Easy Clear是由garganostudios开发的Chrome扩展程序,该扩展的主要功能是“A one click cache and history clearer.”。
下载Easy Clear扩展crx文件
下载Easy Clear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.
扩展基本信息
名称 | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
官方URL | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
简介 | A one click cache and history clearer. |
文件大小 | 13.02 KB |
安装次数 | 104 |
当前版本 | 1.2.0 |
更新时间 | 2016-07-20 |
上架时间 | 2016-07-19 |
评分 | 5.00/5 共1次评分 |
开发者 | garganostudios |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Clear", "version": "1.2.0", "description": "A one click cache and history clearer.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "Logos\/Logo16.png", "48": "Logos\/Logo48.png", "128": "Logos\/Logo128.png" }, "manifest_version": 2 } |