Close Extra New Tabs
A Chrome extension to keep only one new open at all times, closing extra ones.
ما هو Close Extra New Tabs؟
Close Extra New Tabs هو إضافة Chrome تم تطويرها بواسطة Gavin Borg، والميزة الرئيسية لها هي "A Chrome extension to keep only one new open at all times, closing extra ones.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Close Extra New Tabs
قم بتنزيل ملفات الامتداد Close Extra New Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab. ------------------------ Icons by Linh Pham Thi Dieu http://linhpham.me/ Project released open-source, Github project available: https://github.com/theborg3of5/CloseExtraNewTabs ------------------------ Please note that this was made for personal use, so replies and fixes may be delayed. ------------------------ Changelog: 1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer). 1.1: Bugfix: now actually works! 2.0: Rewrote from scratch, should now be more reliable. 3.0: Update to manifest V3 (no functional changes).
معلومات أساسية عن التمديد
الاسم | Close Extra New Tabs |
ID | gkaaknlhljkigoogfhaknojpmjnlmcod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod |
الوصف | A Chrome extension to keep only one new open at all times, closing extra ones. |
حجم الملف | 6.93 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 3.0 |
آخر تحديث | 2023-12-19 |
تاريخ النشر | 2017-05-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Gavin Borg |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/theborg3of5/CloseExtraNewTabs |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Extra New Tabs", "version": "3.0", "description": "A Chrome extension to keep only one new open at all times, closing extra ones.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "incognito": "split" } |