Close tabs to the left
Allows to close all tabs to the left
ما هو Close tabs to the left؟
Close tabs to the left هو إضافة Chrome تم تطويرها بواسطة Acinonyx، والميزة الرئيسية لها هي "Allows to close all tabs to the left".
تحميل ملف CRX للإضافة Close tabs to the left
قم بتنزيل ملفات الامتداد Close tabs to the left بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
معلومات أساسية عن التمديد
الاسم | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
الوصف | Allows to close all tabs to the left |
حجم الملف | 9.79 KB |
عدد التثبيتات | 2,724 |
النسخة الحالية | 1.3 |
آخر تحديث | 2013-02-18 |
تاريخ النشر | 2013-02-18 |
تقييم | 4.12/5 مجموع تقييمات 41 |
المطور | Acinonyx |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |