Don't Close Window With Last Tab
Prevent closing of Google Chrome with the last tab, the least intrusive way.
ما هو Don't Close Window With Last Tab؟
Don't Close Window With Last Tab هو إضافة Chrome تم تطويرها بواسطة Marcel Dopita، والميزة الرئيسية لها هي "Prevent closing of Google Chrome with the last tab, the least intrusive way.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Don't Close Window With Last Tab
قم بتنزيل ملفات الامتداد Don't Close Window With Last Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension keeps a single pinned page to prevent closing Chrome when the last tab of the last window is closed (or every window, it's configurable). To keep the tab bar clean (unlike other extensions), the pinned page is inserted only when absolutely necessary. It also handles well cases when tabs are moved between windows. "Don't Close Window With Last Tab" provides no user interface or interaction for users. It only lets users configure additional configuration in "Options". This extension is open source, to be found at: https://github.com/moneytoo/DontCloseWindowWithLastTab
معلومات أساسية عن التمديد
الاسم | Don't Close Window With Last Tab |
ID | dlnpfhfhmkiebpnlllpehlmklgdggbhn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dont-close-window-with-la/dlnpfhfhmkiebpnlllpehlmklgdggbhn |
الوصف | Prevent closing of Google Chrome with the last tab, the least intrusive way. |
حجم الملف | 18.05 KB |
عدد التثبيتات | 41,333 |
النسخة الحالية | 0.11 |
آخر تحديث | 2022-06-05 |
تاريخ النشر | 2017-09-05 |
تقييم | 4.06/5 مجموع تقييمات 140 |
المطور | Marcel Dopita |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://brouken.com/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Close Window With Last Tab", "version": "0.11", "description": "Prevent closing of Google Chrome with the last tab, the least intrusive way.", "manifest_version": 3, "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |