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!"입니다.
확장 프로그램 스크린샷
Touch & Clean 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |