Tab Close Timer
Closes the tab after specified time!
ما هو Tab Close Timer؟
Tab Close Timer هو إضافة Chrome تم تطويرها بواسطة Aditya Mhatre، والميزة الرئيسية لها هي "Closes the tab after specified time!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Close Timer
قم بتنزيل ملفات الامتداد Tab Close Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watching YouTube videos for extended number of times and want to control it? Now you can with this extension. Simply enter the desired number of hours and minutes in the extension and click OK. The tab will automatically close after the set time.
معلومات أساسية عن التمديد
الاسم | Tab Close Timer |
ID | fjcngjmpebbfdjpndmlbfoldgiinpfcf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-close-timer/fjcngjmpebbfdjpndmlbfoldgiinpfcf |
الوصف | Closes the tab after specified time! |
حجم الملف | 15.29 KB |
عدد التثبيتات | 3,119 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-01-19 |
تاريخ النشر | 2022-01-18 |
تقييم | 4.00/5 مجموع تقييمات 7 |
المطور | Aditya Mhatre |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Close Timer", "description": "Closes the tab after specified time!", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "alarms" ], "action": { "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } } |