Sleepy Tabs
This extension puts to sleep tabs that have not been viewed after a while.
ما هو Sleepy Tabs؟
Sleepy Tabs هو إضافة Chrome تم تطويرها بواسطة Yougli، والميزة الرئيسية لها هي "This extension puts to sleep tabs that have not been viewed after a while.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sleepy Tabs
قم بتنزيل ملفات الامتداد Sleepy Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you preserve your precious memory: - sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options). - optionally keeps inactive tabs awake based on an exclude list of domains set in the options. - discarded tabs wake up and reload as soon as they're opened. You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.
معلومات أساسية عن التمديد
الاسم | Sleepy Tabs |
ID | ghbocnpamjieoodjgmpffemppjceocep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep |
الوصف | This extension puts to sleep tabs that have not been viewed after a while. |
حجم الملف | 7.33 KB |
عدد التثبيتات | 246 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-03-01 |
تاريخ النشر | 2018-03-01 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Yougli |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sleepy Tabs", "description": "This extension puts to sleep tabs that have not been viewed after a while.", "version": "1.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "alarms", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": true } } |