Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
ما هو Tab Killer؟
Tab Killer هو إضافة Chrome تم تطويرها بواسطة Lucian Grijincu، والميزة الرئيسية لها هي "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Killer
قم بتنزيل ملفات الامتداد Tab Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical معلومات أساسية عن التمديد
| الاسم | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| الوصف | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| حجم الملف | 10.83 KB |
| عدد التثبيتات | 459 |
| النسخة الحالية | 1.4 |
| آخر تحديث | 2017-01-24 |
| تاريخ النشر | 2017-01-24 |
| تقييم | 3.60/5 مجموع تقييمات 10 |
| المطور | Lucian Grijincu |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "tab-killer.html"
},
"description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
"icons": {
"128": "x-128.png"
},
"manifest_version": 2,
"name": "Tab Killer",
"permissions": [
"contextMenus",
"tabs"
],
"version": "1.4"
} | |