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ファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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'"
} | |