SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
ما هو SelfDestruct Inactive Tabs؟
SelfDestruct Inactive Tabs هو إضافة Chrome تم تطويرها بواسطة swiftace، والميزة الرئيسية لها هي "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SelfDestruct Inactive Tabs
قم بتنزيل ملفات الامتداد SelfDestruct Inactive Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).
معلومات أساسية عن التمديد
الاسم | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
الوصف | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
حجم الملف | 25.96 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2017-04-08 |
تاريخ النشر | 2017-04-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | swiftace |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SelfDestruct Inactive Tabs", "version": "0.0.3", "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.", "browser_action": { "default_icon": "images\/bomb.png" }, "icons": { "128": "images\/bomb.png" }, "background": { "scripts": [ "background.js" ] } } |