Kloser
Close all tabs and open default tab
ما هو Kloser؟
Kloser هو إضافة Chrome تم تطويرها بواسطة Aleksey Ivashin، والميزة الرئيسية لها هي "Close all tabs and open default tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kloser
قم بتنزيل ملفات الامتداد Kloser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
معلومات أساسية عن التمديد
الاسم | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
الوصف | Close all tabs and open default tab |
حجم الملف | 9.99 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 3.0 |
آخر تحديث | 2023-12-06 |
تاريخ النشر | 2017-04-20 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Aleksey Ivashin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |