Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
ما هو Tab Cleanup؟
Tab Cleanup هو إضافة Chrome تم تطويرها بواسطة https://tabcleanup.com، والميزة الرئيسية لها هي "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Cleanup
قم بتنزيل ملفات الامتداد Tab Cleanup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
معلومات أساسية عن التمديد
الاسم | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
الوصف | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
حجم الملف | 191 KB |
عدد التثبيتات | 1,337 |
النسخة الحالية | 0.9.9 |
آخر تحديث | 2023-09-02 |
تاريخ النشر | 2019-08-26 |
تقييم | 2.60/5 مجموع تقييمات 5 |
المطور | https://tabcleanup.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://tabcleanup.com/support.php |
عنوان صفحة سياسة الخصوصية | https://www.guppymedia.com/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |