Touch & Clean
Simple lite cleaner for developers and users. A tap should be enough to clean!
ما هو Touch & Clean؟
Touch & Clean هو إضافة Chrome تم تطويرها بواسطة PZA Technologies، والميزة الرئيسية لها هي "Simple lite cleaner for developers and users. A tap should be enough to clean!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Touch & Clean
قم بتنزيل ملفات الامتداد Touch & Clean بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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! معلومات أساسية عن التمديد
| الاسم | |
| 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'"
} | |