Auto-Close New Tabs
Allow only one new tab page at a time.
ما هو Auto-Close New Tabs؟
Auto-Close New Tabs هو إضافة Chrome تم تطويرها بواسطة eliasedgren1، والميزة الرئيسية لها هي "Allow only one new tab page at a time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto-Close New Tabs
قم بتنزيل ملفات الامتداد Auto-Close New Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
معلومات أساسية عن التمديد
الاسم | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
الوصف | Allow only one new tab page at a time. |
حجم الملف | 28.04 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2021-12-29 |
تاريخ النشر | 2021-12-27 |
المطور | eliasedgren1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |