Touch & Clean

Simple lite cleaner for developers and users. A tap should be enough to clean!

什么是Touch & Clean?

Touch & Clean是由PZA Technologies开发的Chrome扩展程序,该扩展的主要功能是“Simple lite cleaner for developers and users. A tap should be enough to clean!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Touch & Clean扩展crx文件

下载Touch & Clean扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clean your browser's data to improve your productivity! 

Touch&Clean is here to:
– Clean the next items: history, cache, cookies, download list, form data and site storage;
– Clean specific site;
– Clean for time period;
– Clean by single-click on the toolbar button;
– Show advanced popup;
– Clean by right-click context menu.

Also you can choose a custom clean set for a single-click cleaning and for a cleaning from the Options page. 

Make browser cleaning a pleasant part of your life!                    

扩展基本信息

名称 Touch & Clean Touch & Clean
ID cpalggakbbncabkdciiimaimmbencibf
官方URL https://chromewebstore.google.com/detail/touch-clean/cpalggakbbncabkdciiimaimmbencibf
简介 Simple lite cleaner for developers and users. A tap should be enough to clean!
文件大小 420 KB
安装次数 1,141
当前版本 1.3
更新时间 2018-08-27
上架时间 2018-08-27
评分 4.33/5 共6次评分
开发者 PZA Technologies
付费类型 free
支持的语言 de,en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_popupTitle__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/settings.html",
    "web_accessible_resources": [
        "images\/icon_128.png"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "browsingData",
        "tabs",
        "history",
        "cookies",
        "downloads",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}