Close Current Tab Button
A close tab button adds to the toolbar.
ما هو Close Current Tab Button؟
Close Current Tab Button هو إضافة Chrome تم تطويرها بواسطة Piak، والميزة الرئيسية لها هي "A close tab button adds to the toolbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Close Current Tab Button
قم بتنزيل ملفات الامتداد Close Current Tab Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster. Port Firefox add-ons to Chrome : Simple Close Tab button v1.2 Release Note: 1.0.2 - Remove unused initialize permission.
معلومات أساسية عن التمديد
الاسم | Close Current Tab Button |
ID | jpbiknamaihiojmalpahjdcoognffldc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc |
الوصف | A close tab button adds to the toolbar. |
حجم الملف | 5.58 KB |
عدد التثبيتات | 433 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-03-09 |
تاريخ النشر | 2023-03-09 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Piak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Current Tab Button", "version": "1.0.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "A close tab button adds to the toolbar.", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |