Touch & Clean

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

Touch & Clean là gì?

Touch & Clean là một tiện ích mở rộng Chrome được phát triển bởi PZA Technologies, và tính năng chính của nó là "Simple lite cleaner for developers and users. A tap should be enough to clean!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Touch & Clean

Tải xuống các tệp mở rộng Touch & Clean dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Touch & Clean Touch & Clean
ID cpalggakbbncabkdciiimaimmbencibf
URL Chính Thức https://chromewebstore.google.com/detail/touch-clean/cpalggakbbncabkdciiimaimmbencibf
Mô tả Simple lite cleaner for developers and users. A tap should be enough to clean!
Kích Thước Tệp 420 KB
Số Lần Cài Đặt 1,141
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-08-27
Ngày Phát Hành 2018-08-27
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển PZA Technologies
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}